From c0a8d5a576023650344ef857b61339c8081a6efe Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:45:38 +0200 Subject: [PATCH] CLIENT-SPECIFICATION: remove useless newlines (#15854) --- CLIENT-SPECIFICATION.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CLIENT-SPECIFICATION.md b/CLIENT-SPECIFICATION.md index 6f654bd261..80d3f5d5fb 100644 --- a/CLIENT-SPECIFICATION.md +++ b/CLIENT-SPECIFICATION.md @@ -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. -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`. +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`. Option | Required? | Meaning -------------------|-------------|----------