[Cryptech-Commits] [user/sra/novena-releng] 02/02: Fix init script usage message.
git at cryptech.is
git at cryptech.is
Thu Jul 9 22:11:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch master
in repository user/sra/novena-releng.
commit fc6e4118d59b88fcee502ce29aab7e5505beee95
Author: Rob Austein <sra at hactrn.net>
Date: Thu Jul 9 18:09:43 2015 -0400
Fix init script usage message.
---
core/debian/cryptech-novena-rtl.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the Commits
mailing list