OSDN Git Service

Fix git-gc usage note
authorMatthias Kestenholz <matthias@spinlock.ch>
Sat, 3 Mar 2007 17:28:14 +0000 (18:28 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 3 Mar 2007 20:11:22 +0000 (12:11 -0800)
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-gc.sh

index 1a45de5..436d7ca 100755 (executable)
--- 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