Merge branch 'nd/index-pack-l10n-buf-overflow' into maint-1.8.1
[gitweb.git] / builtin / commit.c
index d6dd3df8b1e1f449e7781bdb033f5cfa11753436..96684108e7437537536c42fafa7a84ddef848520 100644 (file)
 #include "sequencer.h"
 
 static const char * const builtin_commit_usage[] = {
-       N_("git commit [options] [--] <filepattern>..."),
+       N_("git commit [options] [--] <pathspec>..."),
        NULL
 };
 
 static const char * const builtin_status_usage[] = {
-       N_("git status [options] [--] <filepattern>..."),
+       N_("git status [options] [--] <pathspec>..."),
        NULL
 };