From 40cadebce6dd128f7405693e2ddac0374eb35f5b Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 31 May 2014 00:59:17 +0200 Subject: [PATCH] media-ctl: Remove the obsolete device argument from the help text The standalone device argument isn't supported anymore, remove it from the documentation. Signed-off-by: Laurent Pinchart --- utils/media-ctl/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/media-ctl/options.c b/utils/media-ctl/options.c index d1fe6e9..2e9851e 100644 --- a/utils/media-ctl/options.c +++ b/utils/media-ctl/options.c @@ -34,7 +34,7 @@ struct media_options media_opts = { static void usage(const char *argv0, int verbose) { - printf("%s [options] device\n", argv0); + printf("%s [options]\n", argv0); printf("-d, --device dev Media device name (default: %s)\n", MEDIA_DEVNAME_DEFAULT); printf("-e, --entity name Print the device name associated with the given entity\n"); printf("-V, --set-v4l2 v4l2 Comma-separated list of formats to setup\n"); -- 2.7.4