Skip to content

Commit

Permalink
jack_load_test: fix parameter help
Browse files Browse the repository at this point in the history
  • Loading branch information
fps committed May 13, 2024
1 parent 767acf0 commit 5922bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/load_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ show_usage (void)
fprintf (stderr, "\nUsage: %s [options]\n", my_name);
fprintf (stderr, "this is a test client, which just sleeps in its process_cb to simulate cpu load\n");
fprintf (stderr, "options:\n");
fprintf (stderr, " -t, --timeout Wait timeout in seconds\n");
fprintf (stderr, " -t, --timeout Wait timeout in microseconds\n");
fprintf (stderr, " -h, --help Display this help message\n");
fprintf (stderr, " --version Output version information and exit\n\n");
fprintf (stderr, "For more information see http://jackaudio.org/\n");
Expand Down

0 comments on commit 5922bed

Please sign in to comment.