From: Matthias Kestenholz Date: Sat, 3 Mar 2007 17:28:14 +0000 (+0100) Subject: Fix git-gc usage note X-Git-Tag: v1.5.0.3~16 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=81035bba0a15f9c8c28016c131dda864b70774f3;p=git.git Fix git-gc usage note Signed-off-by: Matthias Kestenholz Signed-off-by: Junio C Hamano --- diff --git a/git-gc.sh b/git-gc.sh index 1a45de5df..436d7caff 100755 --- a/git-gc.sh +++ b/git-gc.sh @@ -4,7 +4,7 @@ # # Cleanup unreachable files and optimize the repository. -USAGE='git-gc [--prune]' +USAGE='[--prune]' SUBDIRECTORY_OK=Yes . git-sh-setup