Skip to content

Commit

Permalink
Update command-line.md
Browse files Browse the repository at this point in the history
1. corrected an error in the "czctl organization list" usage examples (it was accidentally duplicating the "czctl organization clear" usage example
2. updated formatting to make the "output format" help text consistently spaced
  • Loading branch information
jcpoyser authored Mar 20, 2024
1 parent 8f271c5 commit b7308ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/references/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,13 @@ List organizations
#### Usage

```bash
czctl organization clear [flags]
czctl organization list [flags]
```

#### Examples

```bash
czctl organization clear --format json
czctl organization list --format json
```

#### Flags
Expand All @@ -304,7 +304,7 @@ czctl organization clear --format json

| Flags | Description |
| ----------------- | ------------------------------------------- |
| --format `string` | Output format (text\|json) (default "text") |
| --format `string` | Output format (text \| json) (default "text") |

</div>

Expand Down Expand Up @@ -448,7 +448,7 @@ czctl serve list --format json
| Flags | Description |
| ----------------- | ------------------------------------------- |
| --format `string` | Output format (yaml\|json) (default "yaml") |
| --format `string` | Output format (yaml \| json) (default "yaml") |
</div>
Expand Down Expand Up @@ -480,7 +480,7 @@ czctl space list --format json
| Flags | Description |
| ----------------- | ------------------------------------------- |
| --format `string` | Output format (text\|json) (default "text") |
| --format `string` | Output format (text \| json) (default "text") |
</div>
Expand Down

0 comments on commit b7308ad

Please sign in to comment.