From 80f264392bb223a9e24e6ea665ed84b563e07b0e Mon Sep 17 00:00:00 2001 From: Simon Wheatley Date: Fri, 20 Dec 2013 10:53:49 +0000 Subject: [PATCH] Add better docs around authors mapping CSV. --- php/commands/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/commands/import.php b/php/commands/import.php index 451db0e6..36d2c46c 100644 --- a/php/commands/import.php +++ b/php/commands/import.php @@ -11,7 +11,7 @@ class Import_Command extends WP_CLI_Command { * : Path to one or more valid WXR files for importing. * * --authors= - * : How the author mapping should be handled. Options are 'create', 'mapping.csv', or 'skip'. The first will create any non-existent users from the WXR file. The second will read author mapping associations from a CSV, or create a CSV for editing if the file path doesn't exist. The last option will skip any author mapping. + * : How the author mapping should be handled. Options are 'create', 'mapping.csv', or 'skip'. The first will create any non-existent users from the WXR file. The second will read author mapping associations from a CSV, or create a CSV for editing if the file path doesn't exist. The CSV requires two columns, and a header row like "old_user_login,new_user_login". The last option will skip any author mapping. * * [--skip=] * : Skip importing specific data. Supported options are: 'attachment' and 'image_resize' (skip time-consuming thumbnail generation). -- 2.11.0