Skip to content

Commit

Permalink
add "=" between --kokkos-tools-args and argument
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson authored Jul 16, 2024
1 parent 9c317a5 commit a467bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profiling/space-time-stack/kp_space_time_stack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -913,9 +913,9 @@ Default value: 0.1
Example:
The following example would set the threshold to 10%
<exe> [--kokkos-tools-args 10 ]
<exe> [--kokkos-tools-args=10 ]
)usage";
std::cout << "usage: " << exe << "[--kokkos-tools-args <threshold>]\n"
std::cout << "usage: " << exe << "[--kokkos-tools-args=<threshold>]\n"
<< usage;
}

Expand Down

0 comments on commit a467bf9

Please sign in to comment.