diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-22 16:29:50 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-22 16:29:50 -0800 |
commit | f328f35880678fadd460939fa06fff3c5a9d0838 (patch) | |
tree | 28214d94f10b793158f48f3da512472c88a8e77d /Documentation | |
parent | Merge branch 'pb/maint-use-custom-perl' (diff) | |
parent | git remote: Separate usage strings for subcommands (diff) | |
download | tgif-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.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index 82a3d29673..c272c92d4b 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 |