Skip to content

Commit 1ab3cc3

Browse files
Fix invalid synopsis part in argument definition
1 parent 65bf601 commit 1ab3cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/User_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public function delete( $args, $assoc_args ) {
296296
* [--user_pass=<password>]
297297
* : The user password. Default: randomly generated
298298
*
299-
* [--user_registered=<yyyy-mm-dd hh:ii:ss>]
299+
* [--user_registered=<yyyy-mm-dd-hh-ii-ss>]
300300
* : The date the user registered. Default: current date
301301
*
302302
* [--display_name=<name>]
@@ -469,7 +469,7 @@ public function create( $args, $assoc_args ) {
469469
* [--rich_editing=<rich_editing>]
470470
* : A string for whether to enable the rich editor or not. False if not empty.
471471
*
472-
* [--user_registered=<yyyy-mm-dd hh:ii:ss>]
472+
* [--user_registered=<yyyy-mm-dd-hh-ii-ss>]
473473
* : The date the user registered.
474474
*
475475
* [--role=<role>]

0 commit comments

Comments
 (0)