From b0142493c81c51aca2010c4aa0725186bc750c7f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 19 Feb 2019 18:56:58 +0000 Subject: [PATCH] client spec: Update description of --platform in args table --- CLIENT-SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLIENT-SPECIFICATION.md b/CLIENT-SPECIFICATION.md index e03b0a5623..fc75bd6468 100644 --- a/CLIENT-SPECIFICATION.md +++ b/CLIENT-SPECIFICATION.md @@ -32,7 +32,7 @@ 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. +`-p`, `--platform` | Yes | Specifies the platform to be used to perform the action (either listing or searching). If this option is specified, the selected platform MUST be checked first instead of the current platform as described below. `-u`, `--update` | Conditional | Updates the offline cache of pages. MUST be implemented if cache is supported. Clients MAY NOT implement the long form of an argument (`--update`, `--version`, `--list`, `--platform`).