diff --git a/core/Version.php b/core/Version.php
index b7cf24c5c2d28f575b6eff6e36fe5923ceb2c7ca..a72e4d3b196d06cbab5e3499a57ff4231469dec6 100644
--- a/core/Version.php
+++ b/core/Version.php
@@ -21,5 +21,5 @@ final class Version
      * The current Piwik version.
      * @var string
      */
-    const VERSION = '2.0.4-b7';
+    const VERSION = '2.0.4-b8';
 }
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index 29f5447a19fe7ba728e92627d36d581f4e88ff83..6a417acd8dd5f99e7103c614fdaf48cf849f0ca6 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -461,7 +461,7 @@ class Configuration(object):
         option_parser.add_option(
             '--replay-tracking', dest='replay_tracking',
             action='store_true', default=False,
-            help="Replay piwik.php requests found in custom logs (only piwik.php requests expected)"
+            help="Replay piwik.php requests found in custom logs (only piwik.php requests expected). \nSee http://piwik.org/faq/how-to/faq_17033/"
         )
         option_parser.add_option(
             '--output', dest='output',