git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Aguilar <davvid@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Jonathan Nieder <jrnieder@gmail.com>
Subject: [PATCH v2 13/16] contrib/examples: use a lowercase "usage:" string
Date: Sat, 23 Feb 2013 16:50:21 -0800	[thread overview]
Message-ID: <1361667024-49776-14-git-send-email-davvid@gmail.com> (raw)
In-Reply-To: <1361667024-49776-13-git-send-email-davvid@gmail.com>

Make the usage string consistent with Git.

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
---
 contrib/examples/git-remote.perl    | 2 +-
 contrib/examples/git-svnimport.perl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/examples/git-remote.perl b/contrib/examples/git-remote.perl
index b17952a..b549a3c 100755
--- a/contrib/examples/git-remote.perl
+++ b/contrib/examples/git-remote.perl
@@ -347,7 +347,7 @@ sub rm_remote {
 }
 
 sub add_usage {
-	print STDERR "Usage: git remote add [-f] [-t track]* [-m master] <name> <url>\n";
+	print STDERR "usage: git remote add [-f] [-t track]* [-m master] <name> <url>\n";
 	exit(1);
 }
 
diff --git a/contrib/examples/git-svnimport.perl b/contrib/examples/git-svnimport.perl
index b09ff8f..c414f0d 100755
--- a/contrib/examples/git-svnimport.perl
+++ b/contrib/examples/git-svnimport.perl
@@ -36,7 +36,7 @@ our($opt_h,$opt_o,$opt_v,$opt_u,$opt_C,$opt_i,$opt_m,$opt_M,$opt_t,$opt_T,
 
 sub usage() {
 	print STDERR <<END;
-Usage: ${\basename $0}     # fetch/update GIT from SVN
+usage: ${\basename $0}     # fetch/update GIT from SVN
        [-o branch-for-HEAD] [-h] [-v] [-l max_rev] [-R repack_each_revs]
        [-C GIT_repository] [-t tagname] [-T trunkname] [-b branchname]
        [-d|-D] [-i] [-u] [-r] [-I ignorefilename] [-s start_chg]
-- 
1.8.2.rc0.263.g20d9441

  reply	other threads:[~2013-02-24  0:51 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-24  0:50 [PATCH v2 00/16] use a lowercase "usage:" string David Aguilar
2013-02-24  0:50 ` [PATCH v2 01/16] git-sh-setup: " David Aguilar
2013-02-24  0:50   ` [PATCH v2 02/16] git-svn: " David Aguilar
2013-02-24  0:50     ` [PATCH v2 03/16] git-relink: " David Aguilar
2013-02-24  0:50       ` [PATCH v2 04/16] git-merge-one-file: " David Aguilar
2013-02-24  0:50         ` [PATCH v2 05/16] git-archimport: " David Aguilar
2013-02-24  0:50           ` [PATCH v2 06/16] git-cvsexportcommit: " David Aguilar
2013-02-24  0:50             ` [PATCH v2 07/16] git-cvsimport: " David Aguilar
2013-02-24  0:50               ` [PATCH v2 08/16] " David Aguilar
2013-02-24  0:50                 ` [PATCH v2 09/16] contrib/credential: " David Aguilar
2013-02-24  0:50                   ` [PATCH v2 10/16] contrib/fast-import: " David Aguilar
2013-02-24  0:50                     ` [PATCH v2 11/16] contrib/fast-import/import-zips.py: fix broken error message David Aguilar
2013-02-24  0:50                       ` [PATCH v2 12/16] contrib/fast-import/import-zips.py: use spaces instead of tabs David Aguilar
2013-02-24  0:50                         ` David Aguilar [this message]
2013-02-24  0:50                           ` [PATCH v2 14/16] contrib/hooks/setgitperms.perl: use a lowercase "usage:" string David Aguilar
2013-02-24  0:50                             ` [PATCH v2 15/16] templates/hooks--update.sample: " David Aguilar
2013-02-24  0:50                               ` [PATCH v2 16/16] Documentation/user-manual.txt: " David Aguilar
2013-02-24 21:45 ` [PATCH v2 00/16] " Junio C Hamano
2013-02-24 22:32   ` David Aguilar

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=1361667024-49776-14-git-send-email-davvid@gmail.com \
    --to=davvid@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jrnieder@gmail.com \
    /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).