aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-22 16:29:50 -0800
committerJunio C Hamano <gitster@pobox.com>2009-11-22 16:29:50 -0800
commitf328f35880678fadd460939fa06fff3c5a9d0838 (patch)
tree28214d94f10b793158f48f3da512472c88a8e77d /Documentation
parent37e3b6104e8b795f70186c6d9138262a0bf5688e (diff)
parent4504107d5ef6a8840aaf278e63722bf4efbf722e (diff)
downloadgit-f328f35880678fadd460939fa06fff3c5a9d0838.tar.gz
git-f328f35880678fadd460939fa06fff3c5a9d0838.tar.xz
Merge branch 'th/remote-usage'
* th/remote-usage: git remote: Separate usage strings for subcommands
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-remote.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 82a3d2967..c272c92d4 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -13,10 +13,10 @@ SYNOPSIS
'git remote add' [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
'git remote rename' <old> <new>
'git remote rm' <name>
-'git remote set-head' <name> [-a | -d | <branch>]
-'git remote show' [-n] <name>
+'git remote set-head' <name> (-a | -d | <branch>)
+'git remote' [-v | --verbose] 'show' [-n] <name>
'git remote prune' [-n | --dry-run] <name>
-'git remote update' [-p | --prune] [group | remote]...
+'git remote' [-v | --verbose] 'update' [-p | --prune] [group | remote]...
DESCRIPTION
-----------
@@ -30,6 +30,7 @@ OPTIONS
-v::
--verbose::
Be a little more verbose and show remote url after name.
+ NOTE: This must be placed between `remote` and `subcommand`.
COMMANDS