From c9bc79fc02806c92ac1e79309a7806bc2d6215b0 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 20 Jan 2014 09:00:53 -0800 Subject: [PATCH] Add another example to the description --- php/commands/user-meta.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/commands/user-meta.php b/php/commands/user-meta.php index 045bf4d3..39021d24 100644 --- a/php/commands/user-meta.php +++ b/php/commands/user-meta.php @@ -11,6 +11,8 @@ * ## EXAMPLES * * wp user-meta set 123 description "Mary is a WordPress developer." + * + * wp user-meta update admin first_name "George" */ class User_Meta_Command extends \WP_CLI\CommandWithMeta { protected $meta_type = 'user'; -- 2.11.0