summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Matthias Kestenholz <matthias@spinlock.ch>2007-03-03 18:28:14 +0100
committerLibravatar Junio C Hamano <junkio@cox.net>2007-03-03 12:11:22 -0800
commit81035bba0a15f9c8c28016c131dda864b70774f3 (patch)
treef087669a3ad166ed8916c8e14384e6fdcbf4b123
parentFix quoting in update hook template (diff)
downloadtgif-81035bba0a15f9c8c28016c131dda864b70774f3.tar.xz
Fix git-gc usage note
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rwxr-xr-xgit-gc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gc.sh b/git-gc.sh
index 1a45de5dff..436d7caff5 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