DORMANTno replies

[TopGit PATCH] tg-create.sh: fix help string

From: Bert Wesarg <hidden>
Date: 2016-08-13 23:23:31
Subsystem: the rest · Maintainer: Linus Torvalds

The help string of the tg-create command was not changed with the commit
"Change usage (-d ->arguments) <ab712f2ed92a6e451bf2d482b03d2559697bf100>".

Signed-off-by: Bert Wesarg <redacted>

---
 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)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help