aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtl_test.c
diff options
context:
space:
mode:
authorhayati ayguen <h_ayguen@web.de>2018-10-11 21:37:21 +0200
committerFabian P. Schmidt <kerel@mailbox.org>2024-02-16 17:27:28 +0100
commit91ef34d92299a26a7af4c14ca05d921239aaed3e (patch)
treea90c8698e24782f3a3838dacaa82784e0ce51f63 /src/rtl_test.c
parentaf338867964136ce8dd670a6c8ac340cb3e36fd8 (diff)
improve CLI usage docs: '-d' also accepts serial
commit e30dbd52b638629d58ae6e33ebcf5a2d71a768a5 in https://github.com/librtlsdr/librtlsdr Signed-off-by: hayati ayguen <h_ayguen@web.de> [F. Schmidt: rebased on latest master] Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
Diffstat (limited to 'src/rtl_test.c')
-rw-r--r--src/rtl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl_test.c b/src/rtl_test.c
index b7f46ea..03edff1 100644
--- a/src/rtl_test.c
+++ b/src/rtl_test.c
@@ -90,7 +90,7 @@ void usage(void)
"rtl_test, a benchmark tool for RTL2832 based DVB-T receivers\n\n"
"Usage:\n"
"\t[-s samplerate (default: 2048000 Hz)]\n"
- "\t[-d device_index (default: 0)]\n"
+ "\t[-d device_index or serial (default: 0)]\n"
"\t[-t enable Elonics E4000 tuner benchmark]\n"
#ifndef _WIN32
"\t[-p[seconds] enable PPM error measurement (default: 10 seconds)]\n"