diff options
Diffstat (limited to 'zzz')
-rwxr-xr-x | zzz | 2 |
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;; |