From 23cac750d1580e76fd2d19b5d8a9e09cd4293e64 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Mon, 22 Sep 2014 15:11:52 +1200
Subject: [PATCH] Improve parameter comment

---
 misc/log-analytics/import_logs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab