summaryrefslogtreecommitdiff
path: root/git-submodule.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-14 21:26:58 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-14 21:26:58 (GMT)
commitd73e6160031e1753c81cf0d72b0f9525cf93dca0 (patch)
tree47ac2177ab0356cd62bfc6796b5500e141bbca54 /git-submodule.sh
parent2b66d315bbf06d9cec92079e79408648ac05258b (diff)
parent893a9764dc5e6d5d3432a47f595ffffade1edd9c (diff)
downloadgit-d73e6160031e1753c81cf0d72b0f9525cf93dca0.zip
git-d73e6160031e1753c81cf0d72b0f9525cf93dca0.tar.gz
git-d73e6160031e1753c81cf0d72b0f9525cf93dca0.tar.bz2
Merge branch 'jl/doc-submodule-update-checkout'
Add missing documentation for "submodule update --checkout". * jl/doc-submodule-update-checkout: submodule update: consistently document the '--checkout' option
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-xgit-submodule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-submodule.sh b/git-submodule.sh
index a33f68d..6135cfa 100755
--- a/git-submodule.sh
+++ b/git-submodule.sh
@@ -9,7 +9,7 @@ USAGE="[--quiet] add [-b <branch>] [-f|--force] [--name <name>] [--reference <re
or: $dashless [--quiet] status [--cached] [--recursive] [--] [<path>...]
or: $dashless [--quiet] init [--] [<path>...]
or: $dashless [--quiet] deinit [-f|--force] [--] <path>...
- or: $dashless [--quiet] update [--init] [--remote] [-N|--no-fetch] [-f|--force] [--rebase] [--reference <repository>] [--merge] [--recursive] [--] [<path>...]
+ or: $dashless [--quiet] update [--init] [--remote] [-N|--no-fetch] [-f|--force] [--checkout|--merge|--rebase] [--reference <repository>] [--recursive] [--] [<path>...]
or: $dashless [--quiet] summary [--cached|--files] [--summary-limit <n>] [commit] [--] [<path>...]
or: $dashless [--quiet] foreach [--recursive] <command>
or: $dashless [--quiet] sync [--recursive] [--] [<path>...]"