rev-list: add --count to usage guide
[gitweb.git] / builtin / log.c
index dd8f3fcfc451780b244f6e6fd9e77298f484ad1a..4c4e6be28c85756d73eaefa3c8be6264c795fdcc 100644 (file)
@@ -38,7 +38,7 @@ static const char *fmt_patch_subject_prefix = "PATCH";
 static const char *fmt_pretty;
 
 static const char * const builtin_log_usage[] = {
-       N_("git log [<options>] [<revision range>] [[--] <path>...]"),
+       N_("git log [<options>] [<revision-range>] [[--] <path>...]"),
        N_("git show [<options>] <object>..."),
        NULL
 };