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-03-06 05:42:48 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-06 05:42:58 +0300
commit64872f6e86a6426ff7cc587106fee05fae9d4f4a (patch)
tree3ca988da8eaf538ee6fd98b9a412f91bda0b0a51 /misc
parent71cacb0aca6aeb557e536c2b5b5b687f58f5465f (diff)
Refs #7372 Remove unused option invalidate-dates
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."