pkt-line: move LARGE_PACKET_MAX definition from sideband
[gitweb.git] / builtin / commit.c
index 1a0e5f14a36975a012199f9e7a96d9a58ee986d0..3348aa14e9d5a76fa06e43625c5d74cb047accb6 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
 };