summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);