From: Bert Wesarg Date: Tue, 5 Aug 2008 15:07:38 +0000 (+0200) Subject: tg-create.sh: fix help string X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=84bad158258c72b5e352e26d8a01eed9f7bf8224;hp=24367ccd96660195b43d4cc4f297898e6b4fb765;p=topgit.git tg-create.sh: fix help string The help string of the tg-create command was not changed with the commit "Change usage (-d ->arguments) ". Signed-off-by: Bert Wesarg --- diff --git a/tg-create.sh b/tg-create.sh index d196e4f..5438deb 100644 --- a/tg-create.sh +++ b/tg-create.sh @@ -15,7 +15,7 @@ while [ -n "$1" ]; do arg="$1"; shift case "$arg" in -*) - echo "Usage: tg create [-d DEPS...] NAME" >&2 + echo "Usage: tg create NAME [DEPS...]" >&2 exit 1;; *) if [ -z "$name" ]; then