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-10-23 03:13:22 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-23 03:13:22 +0400
commit30521fba799c677d3e332f4c9238b7ab7689b6b3 (patch)
tree7dda271f9f65d9a5ab13db21b9e60aaba39a9e2f /misc
parent513767146abf518c327431489ffe50343c360742 (diff)
Make command to type help message more accurate
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 5c67550a36..9d797efcc9 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -1333,7 +1333,7 @@ class Recorder(object):
idSites=','.join(str(site_id) for site_id in stats.piwik_sites),
)
print('\nTo re-process these reports with your newly imported data, execute the following command: \n'
- '$ /path/to/piwik/console core:archive --url=http://example/piwik/\n'
+ '$ /path/to/piwik/console core:archive --url=http://example/piwik --force-all-websites --force-all-periods=315576000 --force-date-last-n=1000'
'\nReference: http://piwik.org/docs/setup-auto-archiving/ ')
class Hit(object):