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>2014-04-14 08:30:03 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-14 08:30:03 +0400
commitc2d02b1163daae360df1caa59ba074bb253832ba (patch)
tree85faba7be1d4ac758f854519b5ea3cb9da23b3fb /plugins/CustomVariables
parentab2e09e9f5538d50c0ce9ea6061263d47670fff5 (diff)
Tweak help text
Diffstat (limited to 'plugins/CustomVariables')
-rw-r--r--plugins/CustomVariables/Commands/Info.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/Commands/Info.php b/plugins/CustomVariables/Commands/Info.php
index 796c010f12..e42e3ae8a0 100644
--- a/plugins/CustomVariables/Commands/Info.php
+++ b/plugins/CustomVariables/Commands/Info.php
@@ -42,7 +42,7 @@ class Info extends ConsoleCommand
$output->writeln('<error>Some database tables miss custom variables columns.</error>');
$output->writeln('');
$output->writeln('Your Piwik seems to be configured for ' . $maxVars . ' custom variables.');
- $output->writeln('Executing "<comment>./console set-max-custom-variables ' . $maxVars . '</comment>" might fix this issue.');
+ $output->writeln('Executing "<comment>./console customvariables:set-max-custom-variables ' . $maxVars . '</comment>" might fix this issue.');
$output->writeln('If not check the following tables whether they have the same columns starting with <comment>custom_var_</comment>: ');
foreach (Model::getScopes() as $scope) {
$output->writeln(Common::prefixTable($scope));