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.