summaryrefslogtreecommitdiff
path: root/git-gc.sh
diff options
context:
space:
mode:
authorMatthias Kestenholz <matthias@spinlock.ch>2007-03-03 17:28:14 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-03 20:11:22 (GMT)
commit81035bba0a15f9c8c28016c131dda864b70774f3 (patch)
treef087669a3ad166ed8916c8e14384e6fdcbf4b123 /git-gc.sh
parentb8ac23bcf82e67ccc56b90217c68d7a46b4b2bbc (diff)
downloadgit-81035bba0a15f9c8c28016c131dda864b70774f3.zip
git-81035bba0a15f9c8c28016c131dda864b70774f3.tar.gz
git-81035bba0a15f9c8c28016c131dda864b70774f3.tar.bz2
Fix git-gc usage note
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-gc.sh')
-rwxr-xr-xgit-gc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gc.sh b/git-gc.sh
index 1a45de5..436d7ca 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