diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-04-02 11:04:14 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-04-08 19:14:21 +0200 |
commit | 2ec8f9175b005f538dbc4f174b187b1b3c9ec427 (patch) | |
tree | 8bd87402afd60d1b5f0f8959ba9c29abf6e8605f | |
parent | 806542bb01cf5c1ab7534ab532a1e1f0f3450b42 (diff) | |
download | runit-void-2ec8f9175b005f538dbc4f174b187b1b3c9ec427.tar.gz runit-void-2ec8f9175b005f538dbc4f174b187b1b3c9ec427.tar.xz runit-void-2ec8f9175b005f538dbc4f174b187b1b3c9ec427.zip |
shutdown: Quote option
-rwxr-xr-x | shutdown | 2 |
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;; |