Skip to content

Commit

Permalink
rapl-configure: add one-line summary to help output
Browse files Browse the repository at this point in the history
  • Loading branch information
connorimes committed May 5, 2024
1 parent c2165d1 commit 1572d5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rapl-configure/rapl-configure.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ static void print_usage(int exit_code) {
"";
#endif // RAPLCAP_msr
fprintf(exit_code ? stderr : stdout,
"Usage: %s [OPTION]...\n"
"Usage: %s [OPTION]...\n\n"
"Get or set Intel RAPL configurations.\n\n"
"Options:\n"
" -h, --help Print this message and exit\n"
" -n, --npackages Print the number of packages found and exit\n"
Expand Down

0 comments on commit 1572d5c

Please sign in to comment.