From: Petr Baudis Date: Fri, 3 Oct 2008 15:23:08 +0000 (+0200) Subject: tg export: Clarify usage X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=c35b9c67e87302643adc6b7c7718bdc60131ef73 tg export: Clarify usage --- diff --git a/tg-export.sh b/tg-export.sh index a7c459a..659e15a 100644 --- a/tg-export.sh +++ b/tg-export.sh @@ -21,7 +21,7 @@ while [ -n "$1" ]; do --collapse) driver=collapse;; -*) - echo "Usage: tg [...] export [-b BRANCH1,BRANCH2...] ([--collapse] NEWBRANCH | --quilt DIRECTORY)" >&2 + echo "Usage: tg [...] export ([--collapse] NEWBRANCH | [-b BRANCH1,BRANCH2...] --quilt DIRECTORY)" >&2 exit 1;; *) [ -z "$output" ] || die "output already specified ($output)"