diff options
author | Rob Austein <sra@hactrn.net> | 2015-07-09 18:09:43 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-07-09 18:09:43 -0400 |
commit | fc6e4118d59b88fcee502ce29aab7e5505beee95 (patch) | |
tree | 03794a9a8173b7cef255a0214169615d612c60df | |
parent | cddee3b8fb1e4389ad445e001d83f9a05634785e (diff) |
Fix init script usage message.
-rw-r--r-- | core/debian/cryptech-novena-rtl.init | 2 |
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 |