diff options
Diffstat (limited to 'man/repo-init.1')
-rw-r--r-- | man/repo-init.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/repo-init.1 b/man/repo-init.1 index 32b3ea1b..cf93de1f 100644 --- a/man/repo-init.1 +++ b/man/repo-init.1 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. | 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man. |
2 | .TH REPO "1" "August 2022" "repo init" "Repo Manual" | 2 | .TH REPO "1" "October 2022" "repo init" "Repo Manual" |
3 | .SH NAME | 3 | .SH NAME |
4 | repo \- repo init - manual page for repo init | 4 | repo \- repo init - manual page for repo init |
5 | .SH SYNOPSIS | 5 | .SH SYNOPSIS |
@@ -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 (0 for full clone); see git clone (default: 0) | ||
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 |