From 75bb6f6c5023cc158f54c194541eb24f0a9a917a Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Wed, 19 Oct 2016 05:27:31 -0700 Subject: [PATCH] Clarify the `--fields` argument --- README.md | 2 +- inc/class-command.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fce0c5..5a3f20f 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ wp profile stage [] [--all] [--url=] [--fields=] [--format=< Execute a request against a specified URL. Defaults to the home URL. [--fields=] - Display one or more fields. + Limit the output to specific fields. Default is all fields. [--format=] Render output in a particular format. diff --git a/inc/class-command.php b/inc/class-command.php index 4b0e011..ba084c2 100644 --- a/inc/class-command.php +++ b/inc/class-command.php @@ -22,7 +22,7 @@ class Command { * : Execute a request against a specified URL. Defaults to the home URL. * * [--fields=] - * : Display one or more fields. + * : Limit the output to specific fields. Default is all fields. * * [--format=] * : Render output in a particular format.