git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch for readability enhancement
@ 2015-05-01 11:07 Alangi Derick
  0 siblings, 0 replies; only message in thread
From: Alangi Derick @ 2015-05-01 11:07 UTC (permalink / raw)
  To: git

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-01 11:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 11:07 Patch for readability enhancement Alangi Derick

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).