The help string of the tg-create command was not changed with the commit "Change usage (-d ->arguments) <ab712f2ed92a6e451bf2d482b03d2559697bf100>". Signed-off-by: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx> --- tg-create.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- tg: (24367cc..) t/fix-tg-create-help-string (depends on: master) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html