diff --git a/README.md b/README.md index ab77e3836..ab1b06767 100644 --- a/README.md +++ b/README.md @@ -5326,7 +5326,7 @@ wp user unspam ... Updates an existing user. ~~~ -wp user update ... [--user_pass=] [--user_login=] [--user_nicename=] [--user_url=] [--user_email=] [--display_name=] [--nickname=] [--first_name=] [--last_name=] [--description=] [--rich_editing=] [--user_registered=] [--role=] --= +wp user update ... [--user_pass=] [--user_nicename=] [--user_url=] [--user_email=] [--display_name=] [--nickname=] [--first_name=] [--last_name=] [--description=] [--rich_editing=] [--user_registered=] [--role=] --= ~~~ **OPTIONS** @@ -5337,9 +5337,6 @@ wp user update ... [--user_pass=] [--user_login=] [--user [--user_pass=] A string that contains the plain text password for the user. - [--user_login=] - A string that contains the user's username for logging in. - [--user_nicename=] A string that contains a URL-friendly name for the user. The default is the user's username. diff --git a/src/User_Command.php b/src/User_Command.php index c17f0708f..f3d764830 100644 --- a/src/User_Command.php +++ b/src/User_Command.php @@ -445,9 +445,6 @@ public function create( $args, $assoc_args ) { * [--user_pass=] * : A string that contains the plain text password for the user. * - * [--user_login=] - * : A string that contains the user's username for logging in. - * * [--user_nicename=] * : A string that contains a URL-friendly name for the user. The default is the user's username. *