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
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-01-05 21:19:18 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-05 21:19:18 +0300
commitfb24efd2880f012a1ca95896f00c8eb5367c9dc9 (patch)
treee6983a6b041701ef57f917f849e9a7752f1f305b /misc
parent0dc425d01d15025bf719a02d74bfac315c29bb61 (diff)
Submodules
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/log-analytics/import_logs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index 3714420363..bf3515d49e 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -371,7 +371,7 @@ class Configuration(object):
)
option_parser.add_option(
'--url', dest='piwik_url',
- help="REQUIRED Piwik base URL, eg. http://example.com/piwik/ or http://analytics.example.net",
+ help="REQUIRED Your Piwik server URL, eg. http://example.com/piwik/ or http://analytics.example.net",
)
option_parser.add_option(
'--dry-run', dest='dry_run',