Browse Source

help menu fix

pull/908/head
Luke Smith 1 year ago
parent
commit
5c8b52fe38
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      bin/mw

+ 3
- 2
bin/mw View File

@@ -309,7 +309,8 @@ while getopts "rfpXlhodTYD:y:i:I:s:S:u:a:n:P:x:m:t:" o; do case "${o}" in
X) setact delete ; purge=True ;;
t) setact toggle ; cronmin="$OPTARG" ;;
T) setact toggle ;;
*) mwinfo ;;
h) setact info ;;
\?) echo "See \`$(basename $0) -h\` for possible options and help."; exit 1 ;;
esac done

case "$action" in
@@ -322,5 +323,5 @@ case "$action" in
;;
toggle) togglecron ;;
reorder) reorder ;;
*) mwinfo; exit 1 ;;
info) mwinfo; exit 1 ;;
esac

Loading…
Cancel
Save