Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-08-30 14:10:55 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-30 14:10:55 +0300
commit6ab57de0ce2a426fa598d395a8d50cf664886e7b (patch)
tree955467245be283a049526e3df5a5b60018daae46 /plugins/CoreConsole
parent96ae06bdeff514e579237776bd148794003af262 (diff)
Fix custom date ranges are still being archived when --force-periods=day
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/Commands/CoreArchiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/Commands/CoreArchiver.php b/plugins/CoreConsole/Commands/CoreArchiver.php
index 40fc7d4c71..7f1eb6107d 100644
--- a/plugins/CoreConsole/Commands/CoreArchiver.php
+++ b/plugins/CoreConsole/Commands/CoreArchiver.php
@@ -100,7 +100,7 @@ class CoreArchiver extends ConsoleCommand
$command->addOption('force-idsites', null, InputOption::VALUE_OPTIONAL,
'If specified, archiving will be processed only for these Sites Ids (comma separated)');
$command->addOption('force-periods', null, InputOption::VALUE_OPTIONAL,
- "If specified, archiving will be processed only for these Periods (comma separated eg. day,week,month)");
+ "If specified, archiving will be processed only for these Periods (comma separated eg. day,week,month,year,range)");
$command->addOption('force-date-last-n', null, InputOption::VALUE_REQUIRED,
"This script calls the API with period=lastN. You can force the N in lastN by specifying this value.");
$command->addOption('force-date-range', null, InputOption::VALUE_OPTIONAL,