linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] v4l2-ctl: add missing subdev usage in --help-all
@ 2019-09-25 17:16 Helen Koike
  0 siblings, 0 replies; only message in thread
From: Helen Koike @ 2019-09-25 17:16 UTC (permalink / raw)
  To: linux-media, hverkuil, kernel; +Cc: Helen Koike

--help-all option was not displaying options from --help-subdev.
Add missing subdev_usage() in usage_all() to fix it.

Signed-off-by: Helen Koike <helen.koike@collabora.com>
---
 utils/v4l2-ctl/v4l2-ctl.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/v4l2-ctl/v4l2-ctl.cpp b/utils/v4l2-ctl/v4l2-ctl.cpp
index 77e0d369..aa4742c5 100644
--- a/utils/v4l2-ctl/v4l2-ctl.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl.cpp
@@ -299,6 +299,7 @@ static void usage_all(void)
        vbi_usage();
        sdr_usage();
        meta_usage();
+       subdev_usage();
        selection_usage();
        misc_usage();
        streaming_usage();
-- 
2.22.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-25 17:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 17:16 [PATCH] v4l2-ctl: add missing subdev usage in --help-all Helen Koike

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).