diff --git a/profiling/space-time-stack/kp_space_time_stack.cpp b/profiling/space-time-stack/kp_space_time_stack.cpp index a5cbfed8e..ead4f57f5 100644 --- a/profiling/space-time-stack/kp_space_time_stack.cpp +++ b/profiling/space-time-stack/kp_space_time_stack.cpp @@ -913,9 +913,9 @@ Default value: 0.1 Example: The following example would set the threshold to 10% - [--kokkos-tools-args 10 ] + [--kokkos-tools-args=10 ] )usage"; - std::cout << "usage: " << exe << "[--kokkos-tools-args ]\n" + std::cout << "usage: " << exe << "[--kokkos-tools-args=]\n" << usage; }