git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch that modifies git usage message
@ 2015-05-01 11:01 Alangi Derick
  2015-05-01 15:51 ` Stefan Beller
  0 siblings, 1 reply; 10+ messages in thread
From: Alangi Derick @ 2015-05-01 11:01 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

This patch just modifies the "usage" word to "Usage" which enhances
readability. Below is the patch

Regards
Alangi Derick Ndimnain

[-- Attachment #2: git_usage_modified.patch --]
[-- Type: text/x-patch, Size: 405 bytes --]

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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-05-01 18:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01 11:01 Patch that modifies git usage message Alangi Derick
2015-05-01 15:51 ` Stefan Beller
2015-05-01 15:54   ` Alangi Derick
2015-05-01 16:29   ` Junio C Hamano
2015-05-01 16:38     ` Alangi Derick
2015-05-01 16:55       ` Stefan Beller
2015-05-01 17:40       ` Eric Sunshine
2015-05-01 17:49         ` Alangi Derick
2015-05-01 18:01           ` Eric Sunshine
2015-05-01 16:55     ` Stefan Beller

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