aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-07-09 18:09:43 -0400
committerRob Austein <sra@hactrn.net>2015-07-09 18:09:43 -0400
commitfc6e4118d59b88fcee502ce29aab7e5505beee95 (patch)
tree03794a9a8173b7cef255a0214169615d612c60df
parentcddee3b8fb1e4389ad445e001d83f9a05634785e (diff)
Fix init script usage message.
-rw-r--r--core/debian/cryptech-novena-rtl.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/debian/cryptech-novena-rtl.init b/core/debian/cryptech-novena-rtl.init
index 68f5c8c..e04591c 100644
--- a/core/debian/cryptech-novena-rtl.init
+++ b/core/debian/cryptech-novena-rtl.init
@@ -28,7 +28,7 @@ case "$1" in
# No-op
;;
*)
- echo "Usage: bootmisc.sh [start|stop]" >&2
+ echo "Usage: cryptech-novena-rtl [start]" >&2
exit 3
;;
esac