From 3a1469b85ea2f96bf261f35982e96a1a6be2661e Mon Sep 17 00:00:00 2001 From: Kamal Mostafa Date: Wed, 5 Sep 2012 09:36:12 -0700 Subject: [PATCH] minimodem: fix usage message --- src/minimodem.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/minimodem.c b/src/minimodem.c index e1cc3e2..33b4ae1 100644 --- a/src/minimodem.c +++ b/src/minimodem.c @@ -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); }