From 743329b642d17b314421a8119a17300db3d796b2 Mon Sep 17 00:00:00 2001 From: Naushir Patuck Date: Fri, 27 Nov 2020 14:04:03 +0000 Subject: cam: Update command line description for stream role option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The description text lists "stillraw" as a stream role option. This is incorrect, it should be listed as "raw" instead. Signed-off-by: Naushir Patuck Reviewed-by: Niklas Söderlund Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham Signed-off-by: Kieran Bingham --- src/cam/stream_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cam') diff --git a/src/cam/stream_options.cpp b/src/cam/stream_options.cpp index 27cc3912..c58272c2 100644 --- a/src/cam/stream_options.cpp +++ b/src/cam/stream_options.cpp @@ -13,7 +13,7 @@ using namespace libcamera; StreamKeyValueParser::StreamKeyValueParser() { addOption("role", OptionString, - "Role for the stream (viewfinder, video, still, stillraw)", + "Role for the stream (viewfinder, video, still, raw)", ArgumentRequired); addOption("width", OptionInteger, "Width in pixels", ArgumentRequired); -- cgit v1.2.1