diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-14 13:01:01 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-14 13:01:01 -0800 |
commit | b0d3e9baaa16c805ef941e8f26d55fb23f091ef5 (patch) | |
tree | 142e8fb76c906de7b61b9bf55ab026bee2388aa3 /git-applymbox.sh | |
parent | Documentation: topic branches (diff) | |
parent | applypatch: no need to do non-portable [[ ... ]] (diff) | |
download | tgif-b0d3e9baaa16c805ef941e8f26d55fb23f091ef5.tar.xz |
Merge branch 'fk/usage'
Diffstat (limited to 'git-applymbox.sh')
-rwxr-xr-x | git-applymbox.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/git-applymbox.sh b/git-applymbox.sh index c686cc8d27..61c8c024c6 100755 --- a/git-applymbox.sh +++ b/git-applymbox.sh @@ -18,13 +18,9 @@ ## ## git-am is supposed to be the newer and better tool for this job. +USAGE='[-u] [-k] [-q] [-m] (-c .dotest/<num> | mbox) [signoff]' . git-sh-setup -usage () { - echo >&2 "applymbox [-u] [-k] [-q] [-m] (-c .dotest/<num> | mbox) [signoff]" - exit 1 -} - keep_subject= query_apply= continue= utf8= resume=t while case "$#" in 0) break ;; esac do |