From 64bce08a4dffc581a2eb57204cb21ac7bbeb1f0b Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Mon, 4 Nov 2013 10:41:48 -0800 Subject: [PATCH] Include `--path` argument in `wp core download` --- php/commands/core.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php/commands/core.php b/php/commands/core.php index d129ac67..d24f4971 100644 --- a/php/commands/core.php +++ b/php/commands/core.php @@ -13,6 +13,9 @@ class Core_Command extends WP_CLI_Command { * Download core WordPress files. * * ## OPTIONS + * + * [--path=] + * : Specify the path in which to install WordPress. * * [--locale=] * : Select which language you want to download. -- 2.11.0