Skip to content

Commit

Permalink
checkservices: honor -m/-M flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jul 20, 2024
1 parent fde69ba commit d56a229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/checkservices
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ usage() {
# set options as global vars
argparse() {
local opt
while getopts 'AahFfLlPpRrSsUuZzi:' opt; do
while getopts 'AahFfLlPpRrSsUuMmZzi:' opt; do
case $opt in
A) AUTOCONFIRM=0;; a) AUTOCONFIRM=1;;
F) FAILED=0;; f) FAILED=1;;
Expand Down

0 comments on commit d56a229

Please sign in to comment.