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>2014-09-22 07:11:52 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-22 07:11:52 +0400
commit23cac750d1580e76fd2d19b5d8a9e09cd4293e64 (patch)
treefbe59de6f9ed919c3d119b1e288efa4099e008b0 /misc
parent1c36178cf22eae559b70a98e76b503b4e714b70c (diff)
Improve parameter comment
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 13378c6cea..fcfafc1c34 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -483,7 +483,7 @@ class Configuration(object):
)
option_parser.add_option(
'--download-extensions', dest='download_extensions', default=None,
- help="If set (format: pdf,doc,...), this list will be used to determine what file extensions should be tracked as a download, otherwise the default list will be used."
+ help="By default Piwik tracks as Downloads the most popular file extensions. If you set this parameter (format: pdf,doc,...) then files with an extension found in the list will be imported as Downloads, other file extensions downloads will be skipped."
)
return option_parser