From 84bad158258c72b5e352e26d8a01eed9f7bf8224 Mon Sep 17 00:00:00 2001 From: Bert Wesarg Date: Tue, 5 Aug 2008 17:07:38 +0200 Subject: [PATCH] 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 --- tg-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2