From fc6e4118d59b88fcee502ce29aab7e5505beee95 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 9 Jul 2015 18:09:43 -0400 Subject: 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 -- cgit v1.2.3