git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Alangi Derick <alangiderick@gmail.com>
To: git@vger.kernel.org
Subject: Patch that modifies git usage message
Date: Fri, 1 May 2015 12:01:16 +0100	[thread overview]
Message-ID: <CAKB+oNtYbJXNb2wGzJCdQ5Ru5fq3HzcapSqiTVC_34=xDnTb7Q@mail.gmail.com> (raw)

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

             reply	other threads:[~2015-05-01 11:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-01 11:01 Alangi Derick [this message]
2015-05-01 15:51 ` Patch that modifies git usage message 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

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

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKB+oNtYbJXNb2wGzJCdQ5Ru5fq3HzcapSqiTVC_34=xDnTb7Q@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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).