1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:42:07 +02:00

CLIENT-SPECIFICATION: remove useless newlines (#15854)

This commit is contained in:
Managor 2025-03-04 16:45:38 +02:00 committed by GitHub
parent 58a8989639
commit c0a8d5a576
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,9 +32,7 @@ This section describes the standardised command-line interface (CLI) for clients
The following table documents what command-line options MUST be supported and which are optional. The following table documents what command-line options MUST be supported and which are optional.
When adding support for an option, clients MUST implement all variants of that option listed in the table. When adding support for an option, clients MUST implement all variants of that option listed in the table. For example, clients should implement _both_ `-v` and `--version`. When a client implements updating the offline cache, they should support _both_ `-u` and `--update`.
For example, clients should implement _both_ `-v` and `--version`.
When a client implements updating the offline cache, they should support _both_ `-u` and `--update`.
Option | Required? | Meaning Option | Required? | Meaning
-------------------|-------------|---------- -------------------|-------------|----------