Skip to content

Commit 81035bb

Browse files
matthiaskJunio C Hamano
authored andcommitted
Fix git-gc usage note
Signed-off-by: Matthias Kestenholz <matthias@spinlock.ch> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent b8ac23b commit 81035bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Cleanup unreachable files and optimize the repository.
66

7-
USAGE='git-gc [--prune]'
7+
USAGE='[--prune]'
88
SUBDIRECTORY_OK=Yes
99
. git-sh-setup
1010

0 commit comments

Comments
 (0)