about summary refs log tree commit diff
path: root/shutdown
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-04-02 11:04:14 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2015-04-08 19:14:21 +0200
commit2ec8f9175b005f538dbc4f174b187b1b3c9ec427 (patch)
tree8bd87402afd60d1b5f0f8959ba9c29abf6e8605f /shutdown
parent806542bb01cf5c1ab7534ab532a1e1f0f3450b42 (diff)
downloadrunit-void-2ec8f9175b005f538dbc4f174b187b1b3c9ec427.tar.gz
runit-void-2ec8f9175b005f538dbc4f174b187b1b3c9ec427.tar.xz
runit-void-2ec8f9175b005f538dbc4f174b187b1b3c9ec427.zip
shutdown: Quote option
Diffstat (limited to 'shutdown')
-rwxr-xr-xshutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown b/shutdown
index 4a3147b..a0bcb09 100755
--- a/shutdown
+++ b/shutdown
@@ -18,7 +18,7 @@ action=single
 
 while getopts akrhPHfFnct: opt; do
   case "$opt" in
-    a|n|H) abort "-$opt is not implemented";;
+    a|n|H) abort "'-$opt' is not implemented";;
     t) ;;
     f) touch /fastboot;;
     F) touch /forcefsck;;