From c35b9c67e87302643adc6b7c7718bdc60131ef73 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 3 Oct 2008 17:23:08 +0200 Subject: [PATCH] tg export: Clarify usage --- tg-export.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- 2.11.4.GIT