Skip to content

Commit

Permalink
Update CLIENT-SPECIFICATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Managor authored Feb 21, 2025
1 parent c762eb7 commit f479a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLIENT-SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Option | Required? | Meaning
`-S`, `--short-options`| No | If set, will filter examples to show their shortform option when available
`-E`, `--long-options` | No | If set, will filter examples to show their longform option when available

By default clients SHOULD display only the longform option when neither `--short-options` or `--long-options` is set by the user. If both are provided, both options should be displayed (see the Page Structure / Examples section for the output format).
By default clients SHOULD display only the longform option when neither `--short-options` or `--long-options` is set by the user. If both are provided, both options should be displayed (see the [Page Structure / Examples](#page-structure) section for the output format).

Additional decoration MAY be printed if the standard output is a [TTY](https://linusakesson.net/programming/tty/index.php). If not, then the output MUST not contain any additional decorations. For example, a page list MUST be formatted with one page name per line (to enable easy manipulation using standard CLI tools such as `grep` etc.).

Expand Down

0 comments on commit f479a7c

Please sign in to comment.