blame, log: format usage strings similarly to those in documentation
[gitweb.git] / builtin / apply.c
index dfd7a34117c5d2a9287f59626941a216fc00ff90..23bda9628795016353d6feaf2b9699e48837f62c 100644 (file)
@@ -55,7 +55,7 @@ static const char *fake_ancestor;
 static int line_termination = '\n';
 static unsigned int p_context = UINT_MAX;
 static const char * const apply_usage[] = {
-       N_("git apply [options] [<patch>...]"),
+       N_("git apply [<options>] [<patch>...]"),
        NULL
 };