aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-08-26 10:30:40 -0700
committerHans Verkuil <hans.verkuil@cisco.com>2012-08-26 10:30:40 -0700
commit38656f6b2b42705a74b7d8c96da44647bb29fe43 (patch)
tree675f79c0b94dc7ed2afaa1302f88636248c49052
parentd6fe1c685ebb579afed6dee6f3ea2aa2555bcd76 (diff)
rds-ctl: fix wrong device name in usage text.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
-rw-r--r--utils/rds-ctl/rds-ctl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rds-ctl/rds-ctl.cpp b/utils/rds-ctl/rds-ctl.cpp
index fb9ea269..261dbf46 100644
--- a/utils/rds-ctl/rds-ctl.cpp
+++ b/utils/rds-ctl/rds-ctl.cpp
@@ -132,7 +132,7 @@ static void usage_common(void)
" --all display all information available\n"
" -D, --info show driver info [VIDIOC_QUERYCAP]\n"
" -d, --device=<dev> use device <dev>\n"
- " if <dev> is a single digit, then /dev/video<dev> is used\n"
+ " if <dev> is a single digit, then /dev/radio<dev> is used\n"
" default: checks for RDS-capable devices,\n"
" uses device with lowest ID\n"
" -h, --help display this help message\n"

Privacy Policy