[CLI] Updated some command descriptions
This commit is contained in:
parent
9b5020efff
commit
28d27bf2c0
|
@ -425,7 +425,7 @@ class WC_CLI_Customer extends WC_CLI_Command {
|
|||
* <customer>
|
||||
* : Customer ID, email, or username.
|
||||
*
|
||||
* --<field>=<value>
|
||||
* [--<field>=<value>]
|
||||
* : One or more fields to update.
|
||||
*
|
||||
* ## AVAILABLE FIELDS
|
||||
|
|
|
@ -397,7 +397,7 @@ class WC_CLI_Order extends WC_CLI_Command {
|
|||
* <id>
|
||||
* : Product ID
|
||||
*
|
||||
* --<field>=<value>
|
||||
* [--<field>=<value>]
|
||||
* : One or more fields to update.
|
||||
*
|
||||
* ## AVAILABLE_FIELDS
|
||||
|
|
|
@ -578,7 +578,7 @@ class WC_CLI_Product extends WC_CLI_Command {
|
|||
* <id>
|
||||
* : Product ID
|
||||
*
|
||||
* --<field>=<value>
|
||||
* [--<field>=<value>]
|
||||
* : One or more fields to update.
|
||||
*
|
||||
* ## AVAILABLE_FIELDS
|
||||
|
|
|
@ -462,7 +462,7 @@ class WC_CLI_Tax extends WC_CLI_Command {
|
|||
* <id>
|
||||
* : The ID of the tax rate to update.
|
||||
*
|
||||
* --<field>=<value>
|
||||
* [--<field>=<value>]
|
||||
* : One or more fields to update.
|
||||
*
|
||||
* ## AVAILABLE FIELDS
|
||||
|
|
Loading…
Reference in New Issue