All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trevor Woerner <twoerner@gmail.com>
To: "Gaël PORTAY" <gael.portay+rtone@gmail.com>
Cc: yocto-patches@lists.yoctoproject.org
Subject: Re: [PATCH 0/6] wic/help: Refresh wic create help and usage strings
Date: Wed, 8 Jul 2026 23:51:18 -0400	[thread overview]
Message-ID: <ak8attfxZztmVJdX@localhost.localdomain> (raw)
In-Reply-To: <20260702044425.846351-1-gael.portay+rtone@gmail.com>

Oops! I missed these.
Please put the tag [wic] in the email subject in the future, thanks!

On Thu 2026-07-02 @ 06:44:18 AM, Gaël PORTAY wrote:
> Hello maintainers,
> 
> That patch series refreshes a bit the help and usage strings for wic
> create.
> 
> The first patch removes the removed option --infile, while the following
> two patches list the missing options --no-fstab-update and --workdir as
> compared to `wic create` output:
> 
> 	usage: wic create [-h] [-o OUTDIR] [-w WORKDIR] [-e IMAGE_NAME]
> 	                  [-r ROOTFS_DIR] [-b BOOTIMG_DIR]
> 	                  [-k KERNEL_DIR] [-n NATIVE_SYSROOT] [-s] [-f]
> 	                  [-c {gzip,bzip2,xz}] [-m] [--no-fstab-update]
> 	                  [-v VARS_DIR] [-D] [-i IMAGER]
> 	                  [--extra-space EXTRA_SPACE]
> 	                  [--sector-size SECTOR_SIZE]
> 	                  wks_file
> 	wic create: error: the following arguments are required: wks_file
> 
> The fourth patch fixes inconsistent output between options by replacing
> the character `|' to `,'.
> 
> The fifth patch updates the output of command `wic create` that is
> hardcoded in the overview help string.
> 
> And the last patch outputs option capitalized values that are missing
> for options requiring a value; also, it ensure the lines are wrapped to
> 80-characters.
> 
> Regards,
> Gaël PORTAY (6):
>   wic/help: Drop removed --infile option from help string
>   wic/help: List missing option --no-fstab-update to usage string
>   wic/help: List missing option --workdir usage string
>   wic/help: Use comma to list short and long options
>   wic/help: Refresh output of create command in overview help string
>   wic/help: Add missing option values and rewrap lines
> 
>  src/wic/help.py | 52 +++++++++++++++++++++----------------------------
>  1 file changed, 22 insertions(+), 30 deletions(-)
> 
> -- 
> 2.43.0
> 


  parent reply	other threads:[~2026-07-09  3:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-02  4:44 [PATCH 0/6] wic/help: Refresh wic create help and usage strings Gaël PORTAY
2026-07-02  4:44 ` [PATCH 1/6] wic/help: Drop removed --infile option from help string Gaël PORTAY
2026-07-02  4:44 ` [PATCH 2/6] wic/help: List missing option --no-fstab-update to usage string Gaël PORTAY
2026-07-02  4:44 ` [PATCH 3/6] wic/help: List missing option --workdir " Gaël PORTAY
2026-07-02  4:44 ` [PATCH 4/6] wic/help: Use comma to list short and long options Gaël PORTAY
2026-07-02  4:44 ` [PATCH 5/6] wic/help: Refresh output of create command in overview help string Gaël PORTAY
2026-07-02  4:44 ` [PATCH 6/6] wic/help: Add missing option values and rewrap lines Gaël PORTAY
2026-07-09  3:51 ` Trevor Woerner [this message]
2026-07-09  7:25   ` [PATCH 0/6] wic/help: Refresh wic create help and usage strings Gaël PORTAY

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=ak8attfxZztmVJdX@localhost.localdomain \
    --to=twoerner@gmail.com \
    --cc=gael.portay+rtone@gmail.com \
    --cc=yocto-patches@lists.yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.