Browse Source

Merge branch 'mc/doc-submodule-sync-recurse'

* mc/doc-submodule-sync-recurse:
  submodule: document "sync --recursive"
maint
Junio C Hamano 11 years ago
parent
commit
b47761dd1e
  1. 2
      Documentation/git-submodule.txt

2
Documentation/git-submodule.txt

@ -20,7 +20,7 @@ SYNOPSIS @@ -20,7 +20,7 @@ SYNOPSIS
'git submodule' [--quiet] summary [--cached|--files] [(-n|--summary-limit) <n>]
[commit] [--] [<path>...]
'git submodule' [--quiet] foreach [--recursive] <command>
'git submodule' [--quiet] sync [--] [<path>...]
'git submodule' [--quiet] sync [--recursive] [--] [<path>...]


DESCRIPTION

Loading…
Cancel
Save