git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Update 'git remote update' usage string to match man page.
@ 2009-11-15 19:46 Tim Henigan
  2009-11-15 21:04 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Henigan @ 2009-11-15 19:46 UTC (permalink / raw)
  To: Junio C Hamano, finnag; +Cc: git, Nanako Shiraishi

Commit b344e161 taught 'git remote update' to understand
[group | remote] as its argument.  The man page was updated
to document this change, but the usage string was not.

Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
---

This updates the patch found at:
http://article.gmane.org/gmane.comp.version-control.git/132953

The change to the man page synopsis has been dropped.  This
patch now only updates the usage string in builtin-remote.c.

The author of commit b344e161 has been added to the CC list.

Based on advice from Junio, further changes to the usage string
and man pages will be explored in a separate patch series.


 builtin-remote.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/builtin-remote.c b/builtin-remote.c
index 0777dd7..c4edb86 100644
--- a/builtin-remote.c
+++ b/builtin-remote.c
@@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = {
 	"git remote set-head <name> [-a | -d | <branch>]",
 	"git remote show [-n] <name>",
 	"git remote prune [-n | --dry-run] <name>",
-	"git remote [-v | --verbose] update [-p | --prune] [group]",
+	"git remote [-v | --verbose] update [-p | --prune] [group | remote]",
 	NULL
 };

-- 
1.6.5.2.185.gb7fba.dirty

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

* Re: [PATCH v2] Update 'git remote update' usage string to match man page.
  2009-11-15 19:46 [PATCH v2] Update 'git remote update' usage string to match man page Tim Henigan
@ 2009-11-15 21:04 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-11-15 21:04 UTC (permalink / raw)
  To: Tim Henigan; +Cc: finnag, git, Nanako Shiraishi

Thanks, will queue.

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

end of thread, other threads:[~2009-11-15 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-15 19:46 [PATCH v2] Update 'git remote update' usage string to match man page Tim Henigan
2009-11-15 21:04 ` Junio C Hamano

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