Skip to content

Commit e12aac3

Browse files
committed
fix example of update_version json format
1 parent 9749bd2 commit e12aac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ public function delete( $args, $assoc_args = array() ) {
11931193
*
11941194
* # List active plugins on the site.
11951195
* $ wp plugin list --status=active --format=json
1196-
* [{"name":"dynamic-hostname","status":"active","update":"none","version":"0.4.2","update_version": null},{"name":"tinymce-templates","status":"active","update":"none","version":"4.4.3","update_version": null},{"name":"wp-multibyte-patch","status":"active","update":"none","version":"2.4","update_version": null},{"name":"wp-total-hacks","status":"active","update":"none","version":"2.0.1","update_version": null}]
1196+
* [{"name":"dynamic-hostname","status":"active","update":"none","version":"0.4.2","update_version": ""},{"name":"tinymce-templates","status":"active","update":"none","version":"4.4.3","update_version": ""},{"name":"wp-multibyte-patch","status":"active","update":"none","version":"2.4","update_version": ""},{"name":"wp-total-hacks","status":"active","update":"none","version":"2.0.1","update_version": ""}]
11971197
*
11981198
* # List plugins on each site in a network.
11991199
* $ wp site list --field=url | xargs -I % wp plugin list --url=%

0 commit comments

Comments
 (0)