diff --git a/docs/content/reference/cli/rad_recipe-pack_show.md b/docs/content/reference/cli/rad_recipe-pack_show.md index 6cba2f373..cec3c91be 100644 --- a/docs/content/reference/cli/rad_recipe-pack_show.md +++ b/docs/content/reference/cli/rad_recipe-pack_show.md @@ -36,7 +36,7 @@ rad recipe-show show my-recipe-pack --group my-group ``` -g, --group string The resource group name -h, --help help for show - -o, --output string output format (supported formats are json, table) (default "table") + -o, --output string output format (supported formats are plain-text, json) (default "plain-text") -w, --workspace string The workspace name ``` diff --git a/docs/content/reference/cli/rad_version.md b/docs/content/reference/cli/rad_version.md index 0a4cc6cb6..7e1938936 100644 --- a/docs/content/reference/cli/rad_version.md +++ b/docs/content/reference/cli/rad_version.md @@ -32,15 +32,15 @@ rad version --cli ### Options ``` - --cli Use this flag to only show the rad CLI version - -h, --help help for version - -o, --output string output format (supported formats are json, table) (default "table") + --cli Use this flag to only show the rad CLI version + -h, --help help for version ``` ### Options inherited from parent commands ``` --config string config file (default "$HOME/.rad/config.yaml") + -o, --output string output format (supported formats are json, table) (default "table") ``` ### SEE ALSO