Skip to content

Commit f7f2f96

Browse files
committed
Changed default value from 2 to 0 for max nested paths.
1 parent 221138a commit f7f2f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/oc-mirror-command-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The following tables describe the `oc mirror` subcommands and flags:
7272
|Generate manifests for `ImageContentSourcePolicy` objects to configure a cluster to use the mirror registry, but do not actually mirror any images. To use this flag, you must pass in an image set archive with the `--from` flag.
7373

7474
|`--max-nested-paths <int>`
75-
|Specify the maximum number of nested paths for destination registries that limit nested paths. The default is `2`.
75+
|Specify the maximum number of nested paths for destination registries that limit nested paths. The default is `0`.
7676

7777
|`--max-per-registry <int>`
7878
|Specify the number of concurrent requests allowed per registry. The default is `6`.

0 commit comments

Comments
 (0)