Skip to content

Commit 3f81838

Browse files
Update golden file for CLI output test
1 parent 149ae9a commit 3f81838

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

options/testdata/options.golden

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,15 @@ OPTIONS:
9999
--git-clone-single-branch bool, $ENVBUILDER_GIT_CLONE_SINGLE_BRANCH
100100
Clone only a single branch of the Git repository.
101101

102-
--git-clone-submodules bool, $ENVBUILDER_GIT_CLONE_SUBMODULES
103-
Recursively clone Git submodules after cloning the repository.
102+
--git-clone-submodules submodule-depth, $ENVBUILDER_GIT_CLONE_SUBMODULES
103+
Clone Git submodules after cloning the repository. Accepts 'true' (max
104+
depth 10), 'false' (disabled), or a positive integer for max recursion
105+
depth.
104106

105107
--git-clone-thinpack bool, $ENVBUILDER_GIT_CLONE_THINPACK (default: true)
106108
Git clone with thin pack compatibility enabled, ensuring that even
107109
when thin pack compatibility is activated,it will not be turned on for
108-
the domain dev.zaure.com.
110+
the domain dev.azure.com.
109111

110112
--git-http-proxy-url string, $ENVBUILDER_GIT_HTTP_PROXY_URL
111113
The URL for the HTTP proxy. This is optional.

0 commit comments

Comments
 (0)