Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/am: introduce write_state_*() helper functions
[gitweb.git]
/
builtin
/
gc.c
diff --git
a/builtin/gc.c
b/builtin/gc.c
index 44b206acad36393a4158c5e440b1ec5ca4924bc1..4957c3903293c2d4262f49c01188973bd3e53aa2 100644
(file)
--- a/
builtin/gc.c
+++ b/
builtin/gc.c
@@
-21,7
+21,7
@@
#define FAILED_RUN "failed to run %s"
static const char * const builtin_gc_usage[] = {
- N_("git gc [
options
]"),
+ N_("git gc [
<options>
]"),
NULL
};