* [PATCH 2/2] Documentation: Remove -v/--verbose option from git remote show synopsis
@ 2015-01-08 17:58 Alexander Kuleshov
0 siblings, 0 replies; only message in thread
From: Alexander Kuleshov @ 2015-01-08 17:58 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>
---
Documentation/git-remote.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index cb103c8..07eb668 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -18,7 +18,7 @@ SYNOPSIS
'git remote set-url' [--push] <name> <newurl> [<oldurl>]
'git remote set-url --add' [--push] <name> <newurl>
'git remote set-url --delete' [--push] <name> <url>
-'git remote' [-v | --verbose] 'show' [-n] <name>...
+'git remote show' [-n] <name>...
'git remote prune' [-n | --dry-run] <name>...
'git remote' [-v | --verbose] 'update' [-p | --prune] [(<group> | <remote>)...]
--
2.2.1.364.g47473d1.dirty
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-01-08 17:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 17:58 [PATCH 2/2] Documentation: Remove -v/--verbose option from git remote show synopsis Alexander Kuleshov
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).