From dc9beb1eb3ac9b428412d2167e7beee8ea20b1b7 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sat, 19 Mar 2011 00:26:05 +0300 Subject: [PATCH] tg-update: clarify that there could be multiple PATTERNs --- tg-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg-update.sh b/tg-update.sh index 3fcffdb..9d421ef 100644 --- a/tg-update.sh +++ b/tg-update.sh @@ -17,7 +17,7 @@ while [ -n "$1" ]; do -a) all=1;; -*) - echo "Usage: tg [...] update [-a] [NAME|PATTERN]" >&2 + echo "Usage: tg [...] update [-a] [NAME|PATTERN ...]" >&2 exit 1;; *) if [ -z "$all" ]; then -- 2.11.4.GIT