]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
grammofix in user-facing messages
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index 9c495198317bf31ff40785a48bf0a44253548098..465d33a83599bf6abaf1d73e7464d8ab13b8ff84 100644 (file)
--- a/git.c
+++ b/git.c
@@ -14,7 +14,7 @@ const char git_usage_string[] =
        "           <command> [<args>]";
 
 const char git_more_info_string[] =
-       N_("'git help -a' and 'git help -g' lists available subcommands and some\n"
+       N_("'git help -a' and 'git help -g' list available subcommands and some\n"
           "concept guides. See 'git help <command>' or 'git help <concept>'\n"
           "to read about a specific subcommand or concept.");