diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-09-19 20:38:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-19 20:38:35 +0200 |
commit | 296b4c4bbf63c8addb1654a05950843e9984d0eb (patch) | |
tree | 2a93522efd6d616bc60372d945c3b43d1f2fb54f /git.c | |
parent | Merge branch 'rs/more-uses-of-skip-prefix' (diff) | |
parent | grammofix in user-facing messages (diff) | |
download | git-296b4c4bbf63c8addb1654a05950843e9984d0eb.tar.xz git-296b4c4bbf63c8addb1654a05950843e9984d0eb.zip |
Merge branch 'ah/grammofix'
* ah/grammofix:
grammofix in user-facing messages
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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."); |