Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Kestenholz <matthias@spinlock.ch>2007-03-03 20:28:14 +0300
committerJunio C Hamano <junkio@cox.net>2007-03-03 23:11:22 +0300
commit81035bba0a15f9c8c28016c131dda864b70774f3 (patch)
treef087669a3ad166ed8916c8e14384e6fdcbf4b123 /git-gc.sh
parentb8ac23bcf82e67ccc56b90217c68d7a46b4b2bbc (diff)
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 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