chiark / gitweb /
Account for direct-tg arguments in Usage strings
[topgit.git] / tg-update.sh
index 94c8b5d16d5521bc0105140a836dc931e7d8a018..39769bead098c674ff8a8a12f7dfb48254191a7b 100644 (file)
@@ -9,7 +9,7 @@ name=
 ## Parse options
 
 if [ -n "$1" ]; then
-       echo "Usage: tg update" >&2
+       echo "Usage: tg [...] update" >&2
        exit 1
 fi