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:
parent
6a0bdae2e5
commit
2aa89bb382
1 changed files with 1 additions and 1 deletions
2
sh/witch
2
sh/witch
|
@ -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;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue