From e1e5acbdbcc8dcbbc9a73789d5293d785f4e70f7 Mon Sep 17 00:00:00 2001 From: Jon Burgess Date: Sat, 7 Feb 2015 23:15:12 +0000 Subject: [PATCH] Add --oversample option to help text --- dump1090.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dump1090.c b/dump1090.c index f13a9ee..298d8d6 100644 --- a/dump1090.c +++ b/dump1090.c @@ -575,6 +575,7 @@ void showHelp(void) { "--write-json Periodically write json output to (for serving by a separate webserver)\n" "--write-json-every Write json output every t seconds (default 1)\n" "--json-location-accuracy Accuracy of receiver location in json metadata: 0=no location, 1=approximate, 2=exact\n" +"--oversample Enable oversampling at 2.4MHz\n" "--help Show this help\n" "\n" "Debug mode flags: d = Log frames decoded with errors\n"