[hamradio-commits] [dump1090] 03/373: Fixed errors and typos in --help.

Matthew Ernisse mernisse-guest at moszumanska.debian.org
Thu Oct 23 14:57:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

mernisse-guest pushed a commit to branch backport
in repository dump1090.

commit cae1d0cda14a1a26921d39e704cc9d09123dae70
Author: antirez <antirez at gmail.com>
Date:   Sat Jan 5 16:46:08 2013 +0100

    Fixed errors and typos in --help.
---
 mode1090.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mode1090.c b/mode1090.c
index 2143d63..64355f6 100644
--- a/mode1090.c
+++ b/mode1090.c
@@ -1228,14 +1228,14 @@ void snipMode(int level) {
 void showHelp(void) {
     printf(
 "--device-index <index>   Select RTL device (default: 0).\n"
-"--gain <db>              Set gain (default: max gain. Use 0 for auto-gain).\n"
+"--gain <db>              Set gain (default: max gain. Use -100 for auto-gain).\n"
 "--enable-agc <db>        Enable the Automatic Gain Control (default: off).\n"
 "--freq <hz>              Set frequency (default: 1090 Mhz).\n"
 "--ifile <filename>       Read data from file (use '-' for stdin).\n"
 "--interactive            Interactive mode refreshing data on screen.\n"
 "--raw                    Show only messages hex values.\n"
-"--no-fix                 Disalbe single-bits error correction using CRC.\n"
-"--no-crc-check           Disalbe messages with broken CRC.\n"
+"--no-fix                 Disable single-bits error correction using CRC.\n"
+"--no-crc-check           Disable messages with broken CRC.\n"
 "--snip <level>           Strip IQ file removing samples < level.\n"
 "--help                   Show this help.\n"
     );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git



More information about the pkg-hamradio-commits mailing list