From b7308ad17d9e6e7ce8cc7ad2897d005b08da64a9 Mon Sep 17 00:00:00 2001 From: John Poyser <13007391+jcpoyser@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:14:56 -0700 Subject: [PATCH] Update command-line.md 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 --- docs/references/command-line.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/references/command-line.md b/docs/references/command-line.md index 23cd5c8..9ea4929 100644 --- a/docs/references/command-line.md +++ b/docs/references/command-line.md @@ -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 @@ -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") | @@ -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") | @@ -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") |