X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=tg-patch.sh;h=7a2471827d1e27db9a520f51541cecc4dd69c12a;hb=459c340fd5ac765ff1e5d82895b59b53b028aaca;hp=79e5cb3890a142a048cc2013089150fc24dad20b;hpb=dfe1670c129c1ec6f46ae7b5cc610201a59cfbfd;p=topgit.git diff --git a/tg-patch.sh b/tg-patch.sh index 79e5cb3..7a24718 100644 --- a/tg-patch.sh +++ b/tg-patch.sh @@ -12,7 +12,7 @@ while [ -n "$1" ]; do arg="$1"; shift case "$arg" in -*) - echo "Usage: tg patch [NAME]" >&2 + echo "Usage: tg [...] patch [NAME]" >&2 exit 1;; *) [ -z "$name" ] || die "name already specified ($name)"