We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4c017 commit a0df7e4Copy full SHA for a0df7e4
README.md
@@ -26,7 +26,7 @@ openmcp-bootstrapper ocmTransfer <source-location> <target-location> --config <p
26
This command internally calls the OCM cli with the following command and arguments:
27
28
```shell
29
-ocm --config <path-to-ocm-config> transfer componentversion --recursive --copy-resources --copy-sources <source-location> <destination-location>
+ocm --config <path-to-ocm-config> transfer componentversion --recursive --copy-resources --copy-sources <source-location> <target-location>
30
```
31
32
Example:
0 commit comments