From d3de141c6d92ed22ab3ba701a76cfce90a3ad9f1 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Tue, 19 Feb 2019 18:53:39 +0000 Subject: [PATCH] client spec: fix table markup Co-Authored-By: sbrl --- CLIENT-SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLIENT-SPECIFICATION.md b/CLIENT-SPECIFICATION.md index c8fa9d2ac25830..e03b0a56238def 100644 --- a/CLIENT-SPECIFICATION.md +++ b/CLIENT-SPECIFICATION.md @@ -29,7 +29,7 @@ This section describes the standardised command-line interface (CLI) for clients A number of arguments MUST be supported (unless otherwise specified) if a CLI is implemented: Argument | Required? | Meaning ---------------------|-------------------- +--------------------|--------------------|-------------------- `-v`, `--version` | Yes | Shows the current version of the client, and the version of this specification that it implements. `-l`, `--list` | No | Lists all the pages in the current platform to the standard output. If the special platform `all` is specified a list of all pages in all platforms MUST be displayed. `-p`, `--platform` | Yes | Specifies the platform that should be used for resolving page names. If specified, the named platform MUST be checked first instead of the host platform as described below.