Skip to content

Commit

Permalink
Merge pull request #3063 from zowe/fix-cli-option-hyphens
Browse files Browse the repository at this point in the history
Replace en dash with regular dash for CLI options
  • Loading branch information
anaxceron authored Aug 16, 2023
2 parents fa3b37c + 22899c1 commit e6a7f7a
Show file tree
Hide file tree
Showing 35 changed files with 49 additions and 49 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/cli-cicsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Alternatively, you can create a CICS profile manually by adding a section that c

**NOTE:** If the file does not exist, issue the following command to create the configuration file:
```
zowe config init -gc
zowe config init --gc
```

3. Add code to the "profiles" section as shown in the following example: :
Expand Down Expand Up @@ -90,7 +90,7 @@ The following steps describe how to create a profile using the `zowe profiles cr
1. Open a terminal window and issue the following command:

```
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

- **`profile_name`:**
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/cli-db2plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Alternatively, you can create a db2 profile manually by adding a section that co

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down Expand Up @@ -197,7 +197,7 @@ The following steps describe how to create a profile using the `zowe profiles cr

1. Open a terminal window and issue the following command:
```
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

**`profile_name`:**
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/cli-ftpplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Alternatively, you can create a zftp profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/cli-imsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Alternatively, you can create an ims profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/cli-mqplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Alternatively, you can create a mq profile manually by adding a section that con

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.4.x/user-guide/cli-cicsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Alternatively, you can create a CICS profile manually by adding a section that c

**NOTE:** If the file does not exist, issue the following command to create the configuration file:
```
zowe config init -gc
zowe config init --gc
```

3. Add code to the "profiles" section as shown in the following example: :
Expand Down Expand Up @@ -90,7 +90,7 @@ The following steps describe how to create a profile using the `zowe profiles cr
1. Open a terminal window and issue the following command:

```
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

- **`profile_name`:**
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.4.x/user-guide/cli-db2plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Alternatively, you can create a db2 profile manually by adding a section that co

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down Expand Up @@ -197,7 +197,7 @@ The following steps describe how to create a profile using the `zowe profiles cr

1. Open a terminal window and issue the following command:
```
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

**`profile_name`:**
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.4.x/user-guide/cli-ftpplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Alternatively, you can create a zftp profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.4.x/user-guide/cli-imsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Alternatively, you can create an ims profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.4.x/user-guide/cli-mqplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Alternatively, you can create a mq profile manually by adding a section that con

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.5.x/user-guide/cli-cicsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Alternatively, you can create a CICS profile manually by adding a section that c

**NOTE:** If the file does not exist, issue the following command to create the configuration file:
```
zowe config init -gc
zowe config init --gc
```

3. Add code to the "profiles" section as shown in the following example: :
Expand Down Expand Up @@ -90,7 +90,7 @@ The following steps describe how to create a profile using the `zowe profiles cr
1. Open a terminal window and issue the following command:

```
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

- **`profile_name`:**
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.5.x/user-guide/cli-db2plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Alternatively, you can create a db2 profile manually by adding a section that co

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down Expand Up @@ -197,7 +197,7 @@ The following steps describe how to create a profile using the `zowe profiles cr

1. Open a terminal window and issue the following command:
```
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

**`profile_name`:**
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.5.x/user-guide/cli-ftpplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Alternatively, you can create a zftp profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.5.x/user-guide/cli-imsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Alternatively, you can create an ims profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.5.x/user-guide/cli-mqplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Alternatively, you can create a mq profile manually by adding a section that con

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.6.x/user-guide/cli-cicsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Alternatively, you can create a CICS profile manually by adding a section that c

**NOTE:** If the file does not exist, issue the following command to create the configuration file:
```
zowe config init -gc
zowe config init --gc
```

3. Add code to the "profiles" section as shown in the following example: :
Expand Down Expand Up @@ -90,7 +90,7 @@ The following steps describe how to create a profile using the `zowe profiles cr
1. Open a terminal window and issue the following command:

```
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

- **`profile_name`:**
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.6.x/user-guide/cli-db2plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Alternatively, you can create a db2 profile manually by adding a section that co

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down Expand Up @@ -197,7 +197,7 @@ The following steps describe how to create a profile using the `zowe profiles cr

1. Open a terminal window and issue the following command:
```
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

**`profile_name`:**
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.6.x/user-guide/cli-ftpplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Alternatively, you can create a zftp profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.6.x/user-guide/cli-imsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Alternatively, you can create an ims profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.6.x/user-guide/cli-mqplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Alternatively, you can create a mq profile manually by adding a section that con

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.7.x/user-guide/cli-cicsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Alternatively, you can create a CICS profile manually by adding a section that c

**NOTE:** If the file does not exist, issue the following command to create the configuration file:
```
zowe config init -gc
zowe config init --gc
```

3. Add code to the "profiles" section as shown in the following example: :
Expand Down Expand Up @@ -90,7 +90,7 @@ The following steps describe how to create a profile using the `zowe profiles cr
1. Open a terminal window and issue the following command:

```
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

- **`profile_name`:**
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.7.x/user-guide/cli-db2plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Alternatively, you can create a db2 profile manually by adding a section that co

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down Expand Up @@ -197,7 +197,7 @@ The following steps describe how to create a profile using the `zowe profiles cr

1. Open a terminal window and issue the following command:
```
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

**`profile_name`:**
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.7.x/user-guide/cli-ftpplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Alternatively, you can create a zftp profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.7.x/user-guide/cli-imsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Alternatively, you can create an ims profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.7.x/user-guide/cli-mqplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Alternatively, you can create a mq profile manually by adding a section that con

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.8.x/user-guide/cli-cicsplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Alternatively, you can create a CICS profile manually by adding a section that c

**NOTE:** If the file does not exist, issue the following command to create the configuration file:
```
zowe config init -gc
zowe config init --gc
```

3. Add code to the "profiles" section as shown in the following example: :
Expand Down Expand Up @@ -90,7 +90,7 @@ The following steps describe how to create a profile using the `zowe profiles cr
1. Open a terminal window and issue the following command:

```
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create cics <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

- **`profile_name`:**
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v2.8.x/user-guide/cli-db2plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Alternatively, you can create a db2 profile manually by adding a section that co

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
**NOTE:** If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:
```
Expand Down Expand Up @@ -197,7 +197,7 @@ The following steps describe how to create a profile using the `zowe profiles cr

1. Open a terminal window and issue the following command:
```
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> -region-name <region>
zowe profiles create db2 <profile_name> –-host <host> --port <port> --user <user> --password <password> --region-name <region>
```

**`profile_name`:**
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2.8.x/user-guide/cli-ftpplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Alternatively, you can create a zftp profile manually by adding a section that c

2. Open the `zowe.config.json` configuration file using a text editor or IDE, such as Visual Studio Code or IntelliJ.

NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init -gc`
NOTE: If the file does not exist, issue the following command to create the configuration file: `zowe config init --gc`

3. Add code to the "profiles" section as shown in the following example:

Expand Down
Loading

0 comments on commit e6a7f7a

Please sign in to comment.