From: freku045@student.liu.se Date: Tue, 13 Dec 2005 22:30:31 +0000 (+0100) Subject: git-am: Usage string clean-up X-Git-Tag: v0.99.9n^2~7^2~8 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cf1fe88ce1fb75db14549e9d57d88c2ad88caf9d;p=git.git git-am: Usage string clean-up Signed-off-by: Fredrik Kuivinen Signed-off-by: Junio C Hamano --- diff --git a/git-am.sh b/git-am.sh index 6ed527c7a..39f255209 100755 --- a/git-am.sh +++ b/git-am.sh @@ -1,14 +1,10 @@ #!/bin/sh # # -. git-sh-setup -usage () { - echo >&2 "usage: $0 [--signoff] [--dotest=] [--utf8] [--binary] [--3way] " - echo >&2 " or, when resuming" - echo >&2 " $0 [--skip | --resolved]" - exit 1; -} +USAGE='[--signoff] [--dotest=] [--utf8] [--binary] [--3way] + or, when resuming [--skip | --resolved]' +. git-sh-setup stop_here () { echo "$1" >"$dotest/next"