Browse Source

fixup help/usage output for jack_load, which were misleading/wrong

tags/0.124.0
Paul Davis 11 years ago
parent
commit
ae59a3a7e7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ipload.c

+ 1
- 1
ipload.c View File

@@ -35,7 +35,7 @@ void
show_usage () show_usage ()
{ {
fprintf (stderr, "usage: %s [ options ] client-name [ load-name " fprintf (stderr, "usage: %s [ options ] client-name [ load-name "
"[ init-string]]\n\noptions:\n", client_name);
"\n\noptions:\n", client_name);
fprintf (stderr, fprintf (stderr,
"\t-h, --help \t\t print help message\n" "\t-h, --help \t\t print help message\n"
"\t-i, --init string\t initialize string\n" "\t-i, --init string\t initialize string\n"


Loading…
Cancel
Save