diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/repo-gitc-init.1 | 4 | ||||
-rw-r--r-- | man/repo-init.1 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/man/repo-gitc-init.1 b/man/repo-gitc-init.1 index 88136de6..d6ef5ab6 100644 --- a/man/repo-gitc-init.1 +++ b/man/repo-gitc-init.1 | |||
@@ -45,6 +45,10 @@ sync any submodules associated with the manifest repo | |||
45 | \fB\-\-standalone\-manifest\fR | 45 | \fB\-\-standalone\-manifest\fR |
46 | download the manifest as a static file rather then | 46 | download the manifest as a static file rather then |
47 | create a git checkout of the manifest repo | 47 | create a git checkout of the manifest repo |
48 | .TP | ||
49 | \fB\-\-manifest\-depth\fR=\fI\,DEPTH\/\fR | ||
50 | create a shallow clone of the manifest repo with given | ||
51 | depth; see git clone (default: 1) | ||
48 | .SS Manifest (only) checkout options: | 52 | .SS Manifest (only) checkout options: |
49 | .TP | 53 | .TP |
50 | \fB\-\-current\-branch\fR | 54 | \fB\-\-current\-branch\fR |
diff --git a/man/repo-init.1 b/man/repo-init.1 index 32b3ea1b..0d45bf78 100644 --- a/man/repo-init.1 +++ b/man/repo-init.1 | |||
@@ -45,6 +45,10 @@ sync any submodules associated with the manifest repo | |||
45 | \fB\-\-standalone\-manifest\fR | 45 | \fB\-\-standalone\-manifest\fR |
46 | download the manifest as a static file rather then | 46 | download the manifest as a static file rather then |
47 | create a git checkout of the manifest repo | 47 | create a git checkout of the manifest repo |
48 | .TP | ||
49 | \fB\-\-manifest\-depth\fR=\fI\,DEPTH\/\fR | ||
50 | create a shallow clone of the manifest repo with given | ||
51 | depth; see git clone (default: 1) | ||
48 | .SS Manifest (only) checkout options: | 52 | .SS Manifest (only) checkout options: |
49 | .TP | 53 | .TP |
50 | \fB\-c\fR, \fB\-\-current\-branch\fR | 54 | \fB\-c\fR, \fB\-\-current\-branch\fR |