Skip to content

Commit 1d9443a

Browse files
committed
Correct typo in option processing.
Made both the -r and -s options unusable.
1 parent 4579a66 commit 1d9443a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codesniffer-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SUPPRESS_WARNINGS=""
6262

6363

6464
# Process command line options.
65-
while getopts ":fhnrs:x" opt; do
65+
while getopts ":fhnr:sx" opt; do
6666
case $opt in
6767
f)
6868
SAVE_REPORTS=0 # 0 = true. Save reports to files, not print to screen.

0 commit comments

Comments
 (0)