OSDN Git Service

I hear copy-pasta is not very nutritious.
authorscribu <mail@scribu.net>
Tue, 3 Dec 2013 23:46:32 +0000 (01:46 +0200)
committerscribu <mail@scribu.net>
Tue, 3 Dec 2013 23:46:32 +0000 (01:46 +0200)
php/commands/db.php

index d0bb9cc..83c60d9 100644 (file)
@@ -137,7 +137,7 @@ class DB_Command extends WP_CLI_Command {
         * Import database from a file or from STDIN.
         *
         * [<file>]
-        * : The name of the SQL file to export. If '-', then reads from STDIN. If omitted, it will look for '{dbname}.sql'.
+        * : The name of the SQL file to import. If '-', then reads from STDIN. If omitted, it will look for '{dbname}.sql'.
         */
        function import( $args, $assoc_args ) {
                $result_file = $this->get_file_name( $args );