Signed-off-by: Fredrik Kuivinen <freku045@student.liu.se> --- git-prune.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 7fb74410bb8975f547d0bae395b74ca783a5cce4 diff --git a/git-prune.sh b/git-prune.sh index 7e7f0ad..7b61d05 100755 --- a/git-prune.sh +++ b/git-prune.sh @@ -1,5 +1,6 @@ #!/bin/sh +USAGE='[-n] [--] [<head>...]' . git-sh-setup dryrun= @@ -9,7 +10,7 @@ do case "$1" in -n) dryrun=-n echo=echo ;; --) break ;; - -*) echo >&2 "usage: git-prune [ -n ] [ heads... ]"; exit 1 ;; + -*) usage ;; *) break ;; esac shift; -- 0.99.9.GIT - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Dec 14 09:32:18 2005
This archive was generated by hypermail 2.1.8 : 2005-12-14 09:36:55 EST