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:
authorFabian Dellwing <f.dellwing@netfutura.de>2019-01-09 12:15:03 +0300
committerStefan Giehl <stefan@matomo.org>2019-01-09 12:15:03 +0300
commit9d9abada73d7fb2f9c1b81febac8c12d4b9a1d0e (patch)
tree13de85e508513042f2452cd154e436f1acf9197e /plugins/CoreConsole
parent0e61cac50d114147665f307304705c25cc8d9646 (diff)
piwik -> matomo (#13943)
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 fd79cc1a9f..dae591750a 100644
--- a/plugins/CoreConsole/Commands/CoreArchiver.php
+++ b/plugins/CoreConsole/Commands/CoreArchiver.php
@@ -77,7 +77,7 @@ class CoreArchiver extends ConsoleCommand
* 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.
-* If you have any suggestion about this script, please let the team know at feedback@piwik.org
+* If you have any suggestion about this script, please let the team know at feedback@matomo.org
* Enjoy!");
$command->addOption('url', null, InputOption::VALUE_REQUIRED,
"Forces the value of this option to be used as the URL to Piwik. \nIf your system does not support"