From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: laurent.pinchart@ideasonboard.com
Subject: [PATCH v2 3/6] Add quotes for "-f help" in help text and do a line wrap
Date: Tue, 17 Mar 2026 15:18:10 +0200 [thread overview]
Message-ID: <20260317131813.215230-4-sakari.ailus@linux.intel.com> (raw)
In-Reply-To: <20260317131813.215230-1-sakari.ailus@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
raw2rgbpnm.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/raw2rgbpnm.c b/raw2rgbpnm.c
index 96466a5a1d44..1f00787e80d7 100644
--- a/raw2rgbpnm.c
+++ b/raw2rgbpnm.c
@@ -931,11 +931,12 @@ int main(int argc, char *argv[])
"--brightness, -b <bright> Set brightness (multiplier) to output image\n"
" (float, default 1.0)\n"
"--format, -f <format> Specify input file format format\n"
- " (-f help for list, default UYVY)\n"
+ " (\"-f help\" for list, default UYVY)\n"
"--help, -h Show this help\n"
"--high-bits, -g Use high bits for Bayer RAW 10 data\n"
"--size, -s <XxY> Specify image size\n"
- "--swap-rb, -w Swap R and B channels\n", progname, argv[0]);
+ "--swap-rb, -w Swap R and B channels\n",
+ progname, argv[0]);
exit(0);
case 's':
if (parse_format(optarg, &width, &height) < 0) {
--
2.47.3
next prev parent reply other threads:[~2026-03-17 13:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-17 13:18 [PATCH v2 0/6] raw2rgbpnm cleanups and a fix Sakari Ailus
2026-03-17 13:18 ` [PATCH v2 1/6] Reorder headers alphabetically Sakari Ailus
2026-03-17 13:18 ` [PATCH v2 2/6] Check we have a supported format first before allocating memory Sakari Ailus
2026-03-17 13:18 ` Sakari Ailus [this message]
2026-03-17 13:18 ` [PATCH v2 4/6] Constify progname Sakari Ailus
2026-03-17 13:18 ` [PATCH v2 5/6] Use "stride" in a stride-related error message instead of an internal name Sakari Ailus
2026-03-17 13:18 ` [PATCH v2 6/6] Fix file size check Sakari Ailus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260317131813.215230-4-sakari.ailus@linux.intel.com \
--to=sakari.ailus@linux.intel.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox