Skip to content

Commit

Permalink
Fix git-gc usage note
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Matthias Kestenholz authored and Junio C Hamano committed Mar 3, 2007
1 parent b8ac23b commit 81035bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-gc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Cleanup unreachable files and optimize the repository.

USAGE='git-gc [--prune]'
USAGE='[--prune]'
SUBDIRECTORY_OK=Yes
. git-sh-setup

Expand Down

0 comments on commit 81035bb

Please sign in to comment.