Skip to content

Commit

Permalink
Merge pull request #43 from wp-cli/fix-invalid-synopsis
Browse files Browse the repository at this point in the history
Fix invalid synopsis part in argument definition
  • Loading branch information
miya0001 authored Aug 7, 2017
2 parents 65bf601 + 1ab3cc3 commit 4d70a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/User_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public function delete( $args, $assoc_args ) {
* [--user_pass=<password>]
* : The user password. Default: randomly generated
*
* [--user_registered=<yyyy-mm-dd hh:ii:ss>]
* [--user_registered=<yyyy-mm-dd-hh-ii-ss>]
* : The date the user registered. Default: current date
*
* [--display_name=<name>]
Expand Down Expand Up @@ -469,7 +469,7 @@ public function create( $args, $assoc_args ) {
* [--rich_editing=<rich_editing>]
* : A string for whether to enable the rich editor or not. False if not empty.
*
* [--user_registered=<yyyy-mm-dd hh:ii:ss>]
* [--user_registered=<yyyy-mm-dd-hh-ii-ss>]
* : The date the user registered.
*
* [--role=<role>]
Expand Down

0 comments on commit 4d70a22

Please sign in to comment.