chiark / gitweb /
tg-create.sh: fix help string
[topgit.git] / tg-create.sh
index d196e4f5fa56bbba8de8034a9c5366c478879f49..5438debd0821b1d78e81e7f84d107482e689ca06 100644 (file)
@@ -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