Skip to content

Commit

Permalink
usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
camilleg committed Aug 22, 2021
1 parent 0a1c355 commit 8df9f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc.c++
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,9 @@ LDoneChans:;
if (*argv)
cerr <<"vss error: unknown flag \"" <<*argv <<"\"\n";
cerr <<"Usage: vss \
\n\t-chans n \n\t-srate n \n\t-silent \n\t-input \n\t-port n \
\n\t-chans n \n\t-srate n \n\t-silent \n\t-ofile filename\n\t-input \n\t-port n \
\n\n\t-hog [012] \n\t-lowlatency \n\t-latency lwm hwm \n\t-antidropout msec \
\n\n\t-limit \n\t-soft ";
\n\n\t-limit \n\t-soft\n";
#ifdef VSS_WINDOWS
cerr <<"\n\n\t-mmio";
#endif
Expand Down

0 comments on commit 8df9f37

Please sign in to comment.