Merge branch 'nd/attr-optim'
[gitweb.git] / builtin / apply.c
index c484b53f551edb72b1230fd25e9bff9af979d688..955cc794995ac1a7269c0f5175f55999e75ad641 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
 };