Clarify the --fields argument

This commit is contained in:
Daniel Bachhuber 2016-10-19 05:27:31 -07:00
parent 16ddb3c3dc
commit 20c3b66323
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.
[--fields=<fields>]
Display one or more fields.
Limit the output to specific fields. Default is all fields.
[--format=<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.
*
* [--fields=<fields>]
* : Display one or more fields.
* : Limit the output to specific fields. Default is all fields.
*
* [--format=<format>]
* : Render output in a particular format.