This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: media-ctl: Remove the obsolete device argument from the help text Author: Laurent Pinchart <[email protected]> Date: Sat May 31 00:59:17 2014 +0200 The standalone device argument isn't supported anymore, remove it from the documentation. Signed-off-by: Laurent Pinchart <[email protected]> utils/media-ctl/options.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=40cadebce6dd128f7405693e2ddac0374eb35f5b 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"); _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
