minimodem: fix usage message

This commit is contained in:
Kamal Mostafa 2012-09-05 09:36:12 -07:00
parent 8931ae1311
commit 3a1469b85e
1 changed files with 5 additions and 4 deletions

View File

@ -303,10 +303,11 @@ usage()
" --benchmarks\n"
" --binary-output\n"
" {baudmode}\n"
" 1200 Bell202 1200 bps --ascii\n"
" 300 Bell103 300 bps --ascii\n"
" any_number_N Bell103 N bps --ascii\n"
" rtty RTTY 45.45 bps --baudot\n"
" any_number_N Bell-like N bps --ascii\n"
" 1200 Bell202 1200 bps --ascii\n"
" 300 Bell103 300 bps --ascii\n"
" rtty RTTY 45.45 bps --baudot --stopbits=1.5\n"
" same NOAA SAME 520.83 bps --sync-byte=0xAB ...\n"
);
exit(1);
}