From: Alangi Derick <alangiderick@gmail.com>
To: git@vger.kernel.org
Subject: Patch for readability enhancement
Date: Fri, 1 May 2015 12:07:25 +0100 [thread overview]
Message-ID: <CAKB+oNuh26vrwd2=TRQQs6fFFQ-O16Ouh3WxySxWgYx03sKhCw@mail.gmail.com> (raw)
This patch is to enhance readability and consistency in English to the
users of Git
diff --git a/git.c b/git.c
index 42a4ee5..481aa74 100644
--- a/git.c
+++ b/git.c
@@ -667,7 +667,7 @@ int main(int argc, char **av)
} else {
/* The user didn't specify a command; give them help */
commit_pager_choice();
- printf("usage: %s\n\n", git_usage_string);
+ printf("Usage: %s\n\n", git_usage_string);
list_common_cmds_help();
printf("\n%s\n", _(git_more_info_string));
exit(1);
Regards
Alangi Derick Ndimnain
reply other threads:[~2015-05-01 11:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAKB+oNuh26vrwd2=TRQQs6fFFQ-O16Ouh3WxySxWgYx03sKhCw@mail.gmail.com' \
--to=alangiderick@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).