summaryrefslogtreecommitdiff
path: root/src/cam
diff options
context:
space:
mode:
authorNaushir Patuck <naush@raspberrypi.com>2020-11-27 14:04:03 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2020-11-29 20:35:36 +0000
commit743329b642d17b314421a8119a17300db3d796b2 (patch)
tree2e102ff92aeb3834035152e7e86fa619e2ab3260 /src/cam
parentc286b00aa1eb9331c3bab2b35905dcf2e4ccde66 (diff)
cam: Update command line description for stream role option
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 <naush@raspberrypi.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/cam')
-rw-r--r--src/cam/stream_options.cpp2
1 files changed, 1 insertions, 1 deletions
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);