Skip to content

Commit

Permalink
Merge pull request #81 from archlinux/machine_slice
Browse files Browse the repository at this point in the history
checkservices: honor -m/-M flags
  • Loading branch information
Antiz96 authored Jul 20, 2024
2 parents fde69ba + d56a229 commit fcc2824
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 fcc2824

Please sign in to comment.