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:
authorStefan Giehl <stefan@piwik.org>2018-07-24 00:38:38 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-07-24 00:38:38 +0300
commit8d3d72071013ac93dda83fe15915cffd9319eda7 (patch)
tree9a8ab786f2d407a1895d9b3eac887aa0290b0a3f /plugins/TestRunner/Commands/TestsSetupFixture.php
parent2b33801393deb7d5c27a9480bd512a58740d5ac6 (diff)
Renames console to Matomo (#13192)
and changes --piwik-domain option to --matomo-domain
Diffstat (limited to 'plugins/TestRunner/Commands/TestsSetupFixture.php')
-rw-r--r--plugins/TestRunner/Commands/TestsSetupFixture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TestRunner/Commands/TestsSetupFixture.php b/plugins/TestRunner/Commands/TestsSetupFixture.php
index 1d8c4cd186..ae2554d52b 100644
--- a/plugins/TestRunner/Commands/TestsSetupFixture.php
+++ b/plugins/TestRunner/Commands/TestsSetupFixture.php
@@ -78,7 +78,7 @@ class TestsSetupFixture extends ConsoleCommand
$this->addOption('sqldump', null, InputOption::VALUE_REQUIRED,
"Creates an SQL dump after setting up the fixture and outputs the dump to the file specified by this option.");
$this->addOption('save-config', null, InputOption::VALUE_NONE,
- "Saves the current configuration file as a config for a new Piwik domain. For example save-config --piwik-domain=mytest.localhost.com will create "
+ "Saves the current configuration file as a config for a new Piwik domain. For example save-config --matomo-domain=mytest.localhost.com will create "
. "a mytest.config.ini.php file in the config/ directory. Using /etc/hosts you can redirect to 127.0.0.1 and use the saved "
. "config.");
$this->addOption('set-phantomjs-symlinks', null, InputOption::VALUE_NONE,