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:
authormattab <matthieu.aubry@gmail.com>2015-07-01 17:29:44 +0300
committermattab <matthieu.aubry@gmail.com>2015-07-01 17:29:44 +0300
commit40f0b52da032940d2a178ccb3f1f9a4244177013 (patch)
treeb7fcdabe022b72441fc6471d451004cca280c245 /plugins/CoreConsole
parentcfe56a0adc64e582e678d8cb1d08fd9f5beb9d21 (diff)
--url was deprecated, update command documentation
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/Commands/CoreArchiver.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CoreConsole/Commands/CoreArchiver.php b/plugins/CoreConsole/Commands/CoreArchiver.php
index 37abaa0933..cfe7905d3d 100644
--- a/plugins/CoreConsole/Commands/CoreArchiver.php
+++ b/plugins/CoreConsole/Commands/CoreArchiver.php
@@ -69,8 +69,7 @@ class CoreArchiver extends ConsoleCommand
{
$command->setName('core:archive');
$command->setDescription("Runs the CLI archiver. It is an important tool for general maintenance and to keep Piwik very fast.");
- $command->setHelp("* It is recommended to run the script with the option --url=[piwik-server-url] only. Other options are not required.
- Try --piwik-domain if --url does not work for you.
+ $command->setHelp("* It is recommended to run the script without any option.
* This script should be executed every hour via crontab, or as a daemon.
* You can also run it via http:// by specifying the Super User &token_auth=XYZ as a parameter ('Web Cron'),
but it is recommended to run it via command line/CLI instead.