From a467bf997721a37e378945ea387519a6ff99e8b9 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Tue, 16 Jul 2024 15:50:21 -0600 Subject: [PATCH] add "=" between --kokkos-tools-args and argument --- profiling/space-time-stack/kp_space_time_stack.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }