Add csv to help output
diff --git a/src/benchmark.cc b/src/benchmark.cc
index 507fe51..65f3202 100644
--- a/src/benchmark.cc
+++ b/src/benchmark.cc
@@ -842,7 +842,7 @@
           " [--benchmark_filter=<regex>]\n"
           "          [--benchmark_min_time=<min_time>]\n"
           "          [--benchmark_repetitions=<num_repetitions>]\n"
-          "          [--benchmark_format=<tabular|json>]\n"
+          "          [--benchmark_format=<tabular|json|csv>]\n"
           "          [--color_print={true|false}]\n"
           "          [--v=<verbosity>]\n");
   exit(0);