From 9c9cfcae6e5707b0fabe20772b7d317920e2a212 Mon Sep 17 00:00:00 2001 From: Arnaud ZANETTI Date: Mon, 30 Oct 2017 18:29:11 +0100 Subject: [PATCH] Typo in inline help (missing "\n" --- player/limeplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/limeplayer.c b/player/limeplayer.c index b5f43a4..e024b21 100644 --- a/player/limeplayer.c +++ b/player/limeplayer.c @@ -36,7 +36,7 @@ static void print_usage(const char *progname){ "\t" "-c or --channel with channel either 0 or 1 (default: 0)" "\n" "\t" "-a or --antenna with antenna in { 0, 1, 2 } (default:" STRINGIFY(DEFAULT_ANTENNA) ")" "\n" "\t" "-i or --index select LimeSDR if multiple devices connected (default: 0)" "\n" - "\t" "-b or --bits select bit count in IQ sample in { 1, 8, 12, 16 }, (default: 16)" + "\t" "-b or --bits select bit count in IQ sample in { 1, 8, 12, 16 }, (default: 16)" "\n" "\t" "-s or --samplerate configure BB sample rate (default: " STRINGIFY(TX_SAMPLERATE) ")" "\n" "\t" "-d --dynamic configure dynamic for the 1-bit mode (default: 2047, max 12-bit signed value supported by LimeSDR)" "\n" "Example:" "\n"