about summary refs log tree commit diff
path: root/zzz
diff options
context:
space:
mode:
Diffstat (limited to 'zzz')
-rwxr-xr-xzzz2
1 files changed, 1 insertions, 1 deletions
diff --git a/zzz b/zzz
index 7d422a1..6dd903c 100755
--- a/zzz
+++ b/zzz
@@ -18,7 +18,7 @@ case "$0" in
   *ZZZ) ZZZ_MODE=hibernate;;
 esac
 
-while getopts hnSzHRZ: opt; do
+while getopts hnSzHRZ opt; do
   case "$opt" in
     n) ZZZ_MODE=noop;;
     S) ZZZ_MODE=standby;;