OSDN Git Service

fix --category synopsis for 'wp export'
authorscribu <mail@scribu.net>
Thu, 14 Nov 2013 20:17:56 +0000 (22:17 +0200)
committerscribu <mail@scribu.net>
Thu, 14 Nov 2013 20:18:02 +0000 (22:18 +0200)
closes #872

php/commands/export.php

index 5978154..a2df80b 100644 (file)
@@ -43,7 +43,7 @@ class Export_Command extends WP_CLI_Command {
         * [--author=<login/id>]
         * : Export only posts by this author.
         *
-        * [--category=<category-id>]
+        * [--category=<name>]
         * : Export only posts in this category.
         *
         * [--post_status=<status>]