From: Andrey Borzenkov Date: Fri, 18 Mar 2011 21:26:05 +0000 (+0300) Subject: tg-update: clarify that there could be multiple PATTERNs X-Git-Tag: topgit-0.9~5^2~8 X-Git-Url: https://repo.or.cz/w/topgit.git/commitdiff_plain/dc9beb1eb3ac9b428412d2167e7beee8ea20b1b7 tg-update: clarify that there could be multiple PATTERNs --- 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