standardize usage info string format
[gitweb.git] / builtin / apply.c
index 0aad91283959bce51aba596c6f3d2d0925e5ba92..7cd9a3b593a7d7308e4607144a37805ed20bb6ff 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
 };