Remove gerrit reference mentioned from the script

Change-Id: I4a0111c0f3e23bb3e4544a2026c73be2f743676f
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tools/oem/ibm/gen_csv_results.py b/tools/oem/ibm/gen_csv_results.py
index 1cbb197..ae9aab8 100755
--- a/tools/oem/ibm/gen_csv_results.py
+++ b/tools/oem/ibm/gen_csv_results.py
@@ -34,9 +34,7 @@
     description="%(prog)s uses a robot framework API to extract test result\
     data from output.xml generated by robot tests. For more information on the\
     Robot Framework API, see\
-    http://robot-framework.readthedocs.io/en/3.0/autodoc/robot.result.html and\
-    https://gerrit.openbmc-project.xyz/#/c/8885/15/tools/oem/ibm/\
-    gen_csv_results.py",
+    http://robot-framework.readthedocs.io/en/3.0/autodoc/robot.result.html",
     formatter_class=argparse.ArgumentDefaultsHelpFormatter,
     prefix_chars='-+')