1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 21:07:52 +01:00

Fix git-gc usage note

Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Matthias Kestenholz 2007-03-03 18:28:14 +01:00 committed by Junio C Hamano
parent b8ac23bcf8
commit 81035bba0a

View file

@ -4,7 +4,7 @@
#
# Cleanup unreachable files and optimize the repository.
USAGE='git-gc [--prune]'
USAGE='[--prune]'
SUBDIRECTORY_OK=Yes
. git-sh-setup