git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] git-submodule: wrap branch option with "<>" in usage strings.
@ 2012-10-23 21:00 W. Trevor King
  2012-10-24  7:34 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: W. Trevor King @ 2012-10-23 21:00 UTC (permalink / raw
  To: Git; +Cc: W. Trevor King

From: "W. Trevor King" <wking@tremily.us>

Use "-b <branch>" instead of "-b branch".  This brings the usage
strings in line with other options, e.g. "--reference <repository>".

Signed-off-by: W. Trevor King <wking@tremily.us>
---
 Documentation/git-submodule.txt | 2 +-
 git-submodule.sh                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index b4683bb..a65f38e 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -9,7 +9,7 @@ git-submodule - Initialize, update or inspect submodules
 SYNOPSIS
 --------
 [verse]
-'git submodule' [--quiet] add [-b branch] [-f|--force]
+'git submodule' [--quiet] add [-b <branch>] [-f|--force]
 	      [--reference <repository>] [--] <repository> [<path>]
 'git submodule' [--quiet] status [--cached] [--recursive] [--] [<path>...]
 'git submodule' [--quiet] init [--] [<path>...]
diff --git a/git-submodule.sh b/git-submodule.sh
index ab6b110..02f82e9 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -5,7 +5,7 @@
 # Copyright (c) 2007 Lars Hjemli
 
 dashless=$(basename "$0" | sed -e 's/-/ /')
-USAGE="[--quiet] add [-b branch] [-f|--force] [--reference <repository>] [--] <repository> [<path>]
+USAGE="[--quiet] add [-b <branch>] [-f|--force] [--reference <repository>] [--] <repository> [<path>]
    or: $dashless [--quiet] status [--cached] [--recursive] [--] [<path>...]
    or: $dashless [--quiet] init [--] [<path>...]
    or: $dashless [--quiet] update [--init] [-N|--no-fetch] [-f|--force] [--rebase] [--reference <repository>] [--merge] [--recursive] [--] [<path>...]
-- 
1.8.0.2.g09b91ca

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

* Re: [PATCH] git-submodule: wrap branch option with "<>" in usage strings.
  2012-10-23 21:00 [PATCH] git-submodule: wrap branch option with "<>" in usage strings W. Trevor King
@ 2012-10-24  7:34 ` Jeff King
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2012-10-24  7:34 UTC (permalink / raw
  To: W. Trevor King; +Cc: Git

On Tue, Oct 23, 2012 at 05:00:21PM -0400, W. Trevor King wrote:

> From: "W. Trevor King" <wking@tremily.us>
> 
> Use "-b <branch>" instead of "-b branch".  This brings the usage
> strings in line with other options, e.g. "--reference <repository>".
> 
> Signed-off-by: W. Trevor King <wking@tremily.us>

Thanks. Looks obviously correct to me.

-Peff

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

end of thread, other threads:[~2012-10-24  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 21:00 [PATCH] git-submodule: wrap branch option with "<>" in usage strings W. Trevor King
2012-10-24  7:34 ` Jeff King

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