aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DriverOptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/DriverOptions.cpp b/DriverOptions.cpp
index 3d397e37..29c58b9d 100644
--- a/DriverOptions.cpp
+++ b/DriverOptions.cpp
@@ -82,7 +82,7 @@ DriverOptions::DriverOptions(int argc, char** argv)
("gpu-profiling,p",
po::bool_switch(&m_EnableGpuProfiling),
- "Turns GPU profiling on");
+ "Turns GPU profiling on")
("fp16-enabled,f",
po::bool_switch(&m_fp16Enabled),