git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] remote: Remove -v/--verbose option from git remote show synopsis
@ 2015-01-08 17:57 Alexander Kuleshov
  2015-01-08 19:17 ` René Scharfe
  2015-01-08 19:47 ` Junio C Hamano
  0 siblings, 2 replies; 6+ messages in thread
From: Alexander Kuleshov @ 2015-01-08 17:57 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Alexander Kuleshov

git remote show doesn't use -v/--verbose option

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 builtin/remote.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/remote.c b/builtin/remote.c
index 46ecfd9..978c645 100644
--- a/builtin/remote.c
+++ b/builtin/remote.c
@@ -14,7 +14,7 @@ static const char * const builtin_remote_usage[] = {
 	N_("git remote rename <old> <new>"),
 	N_("git remote remove <name>"),
 	N_("git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"),
-	N_("git remote [-v | --verbose] show [-n] <name>"),
+	N_("git remote show [-n] <name>"),
 	N_("git remote prune [-n | --dry-run] <name>"),
 	N_("git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"),
 	N_("git remote set-branches [--add] <name> <branch>..."),
-- 
2.2.1.364.g47473d1.dirty

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

end of thread, other threads:[~2015-01-08 20:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 17:57 [PATCH 1/2] remote: Remove -v/--verbose option from git remote show synopsis Alexander Kuleshov
2015-01-08 19:17 ` René Scharfe
2015-01-08 19:22   ` Alexander Kuleshov
2015-01-08 20:14   ` Junio C Hamano
2015-01-08 20:32     ` Alexander Kuleshov
2015-01-08 19:47 ` 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).