Skip to content

Commit 9c4f1f3

Browse files
zzz: -Z doesn't take arguments.
1 parent 1f54a8b commit 9c4f1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zzz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ case "$0" in
1818
*ZZZ) ZZZ_MODE=hibernate;;
1919
esac
2020

21-
while getopts hnSzHRZ: opt; do
21+
while getopts hnSzHRZ opt; do
2222
case "$opt" in
2323
n) ZZZ_MODE=noop;;
2424
S) ZZZ_MODE=standby;;

0 commit comments

Comments
 (0)