diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2014-08-30 13:56:01 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-02 12:00:30 -0700 |
commit | ad5fe3771b50f3862130d150b5cc8bb316ef6f1c (patch) | |
tree | 720d0806aa46914127296596ea5818f283dc502f /git.c | |
parent | 96db324a73fdada6fbe7b63221986f8f18cc63b0 (diff) | |
download | git-ad5fe3771b50f3862130d150b5cc8bb316ef6f1c.tar.gz |
grammofix in user-facing messagesah/grammofix
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Acked-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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."); |