Skip to content

Commit fffdd74

Browse files
committed
Update arg description for unserialize
1 parent 600cd0a commit fffdd74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/User_Meta_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function __construct() {
8383
* ---
8484
*
8585
* [--unserialize]
86-
* : Unserialize the result.
86+
* : Unserialize meta_value output.
8787
*
8888
* ## EXAMPLES
8989
*

src/WP_CLI/CommandWithMeta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ abstract class CommandWithMeta extends WP_CLI_Command {
6363
* ---
6464
*
6565
* [--unserialize]
66-
* : Unserialize the result.
66+
* : Unserialize meta_value output.
6767
*
6868
* @subcommand list
6969
*/

0 commit comments

Comments
 (0)