Merge pull request #104 from runcommand/clarify-fiels

Clarify the `--fields` argument
This commit is contained in:
Daniel Bachhuber 2016-10-19 05:49:37 -07:00 committed by GitHub
commit 922bab3f77
2 changed files with 2 additions and 2 deletions

View file

@ -106,7 +106,7 @@ wp profile stage [<stage>] [--all] [--url=<url>] [--fields=<fields>] [--format=<
Execute a request against a specified URL. Defaults to the home URL. Execute a request against a specified URL. Defaults to the home URL.
[--fields=<fields>] [--fields=<fields>]
Display one or more fields. Limit the output to specific fields. Default is all fields.
[--format=<format>] [--format=<format>]
Render output in a particular format. Render output in a particular format.

View file

@ -22,7 +22,7 @@ class Command {
* : Execute a request against a specified URL. Defaults to the home URL. * : Execute a request against a specified URL. Defaults to the home URL.
* *
* [--fields=<fields>] * [--fields=<fields>]
* : Display one or more fields. * : Limit the output to specific fields. Default is all fields.
* *
* [--format=<format>] * [--format=<format>]
* : Render output in a particular format. * : Render output in a particular format.