We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6db2e commit a8704ddCopy full SHA for a8704dd
1 file changed
src/Cache_Command.php
@@ -56,8 +56,8 @@ class Cache_Command extends WP_CLI_Command {
56
* ## EXAMPLES
57
*
58
* # Add cache.
59
- * $ wp cache add my_key my_group my_value 300
60
- * Success: Added object 'my_key' in group 'my_value'.
+ * $ wp cache add my_key my_value my_group 300
+ * Success: Added object 'my_key' in group 'my_group'.
61
62
* @param array{string, string, string, string} $args Positional arguments.
63
* @param array<mixed> $assoc_args Associative arguments.
0 commit comments