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:
authordiosmosis <benaka@piwik.pro>2015-03-10 18:09:47 +0300
committerdiosmosis <benaka@piwik.pro>2015-03-10 18:09:47 +0300
commitef1d21ec0453684054f4262d50444355b881f9dd (patch)
tree8ee757ff9af0d93f98b82aa612e528667d496a22 /misc
parentd77bfb0195657c674f343ff8b9c96fcfefd52a0f (diff)
parent42da3f8768472598c33be76ddfcd72a6759d3dbc (diff)
Merge branch 'master' into geo-attribution-task
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/log-analytics/import_logs.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index fda54ee34b..a65a0ffec4 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -592,11 +592,6 @@ class Configuration(object):
help="Debug option that will force each recorder to record one hit every N secs."
)
option_parser.add_option(
- '--invalidate-dates', dest='invalidate_dates', default=None,
- help="Invalidate reports for the specified dates (format: YYYY-MM-DD,YYYY-MM-DD,...). "
- "By default, all dates found in the logs will be invalidated.",
- )
- option_parser.add_option(
'--force-lowercase-path', dest='force_lowercase_path', default=False, action='store_true',
help="Make URL path lowercase so paths with the same letters but different cases are "
"treated the same."