builtin/am: introduce write_state_*() helper functions
[gitweb.git] / builtin / gc.c
index 44b206acad36393a4158c5e440b1ec5ca4924bc1..4957c3903293c2d4262f49c01188973bd3e53aa2 100644 (file)
@@ -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
 };