diff --git a/docs/user-guide/install-zowe-zos-convenience-build.md b/docs/user-guide/install-zowe-zos-convenience-build.md index e6c007996b..08b0719dba 100644 --- a/docs/user-guide/install-zowe-zos-convenience-build.md +++ b/docs/user-guide/install-zowe-zos-convenience-build.md @@ -175,7 +175,7 @@ zowe: ``` To create and install the MVS data sets, use the command `zwe install`. -1. In a USS shell, execute the command `zwe install --c /path/to/zowe.yaml`. This creates the three data sets and copy across their content. +1. In a USS shell, execute the command `zwe install -c /path/to/zowe.yaml`. This creates the three data sets and copy across their content. 2. If the data sets already exist, specify `--allow-overwritten`. 3. To see the full list of parameters, execute the command `zwe install -h`. @@ -207,4 +207,4 @@ Copy components/zss/LOADLIB/ZWESAUX to IBMUSER.ZWEV2.SZWEAUTH ## Next steps -You successfully installed Zowe from the convenience build! However, before you start Zowe, you must complete several required configurations. Next, go to [Initialize the z/OS system and permissions](initialize-zos-system.md) to initialize your z/OS system for Zowe first. \ No newline at end of file +You successfully installed Zowe from the convenience build! However, before you start Zowe, you must complete several required configurations. Next, go to [Initialize the z/OS system and permissions](initialize-zos-system.md) to initialize your z/OS system for Zowe first.