chore(cli): lighten flags on help page (#9606)

This commit is contained in:
Ammar Bandukwala
2023-09-08 13:43:56 -05:00
committed by GitHub
parent e361f1107b
commit f703a5b34e
62 changed files with 413 additions and 413 deletions

View File

@ -6,13 +6,13 @@ coder v0.0.0-devel
Show disk usage, in gigabytes.
OPTIONS:
-o, --output string (default: text)
-o, --output string (default: text)
Output format. Available formats: text, json.
--path string (default: /)
--path string (default: /)
Path for which to check disk usage.
--prefix Ki|Mi|Gi|Ti (default: Gi)
--prefix Ki|Mi|Gi|Ti (default: Gi)
SI Prefix for disk measurement.
———