1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

oops, forgot to update the usage string

This commit is contained in:
Connor Olding 2024-07-13 17:33:30 -07:00
parent 6a0bdae2e5
commit 2aa89bb382

View file

@ -20,7 +20,7 @@ for flag; do
(s*) silent=1;; (s*) silent=1;;
(*) (*)
printf >&2 'Illegal option: -%.1s\n' "$flag" printf >&2 'Illegal option: -%.1s\n' "$flag"
printf 'Usage: %s\n' "$0 [-a] args" printf 'Usage: %s\n' "$0 [-as] args"
exit 2;; exit 2;;
esac esac
done;; done;;