From 2aa89bb382fc562bade5693ca2463627599a9724 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 13 Jul 2024 17:33:30 -0700 Subject: [PATCH] oops, forgot to update the usage string --- sh/witch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/witch b/sh/witch index d24879f..e0fdcd2 100755 --- a/sh/witch +++ b/sh/witch @@ -20,7 +20,7 @@ for flag; do (s*) silent=1;; (*) printf >&2 'Illegal option: -%.1s\n' "$flag" - printf 'Usage: %s\n' "$0 [-a] args" + printf 'Usage: %s\n' "$0 [-as] args" exit 2;; esac done;;