public inbox for linux-erofs@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH] erofs-utils: manpage: document missing --quiet option for mkfs.erofs
@ 2026-02-10 18:28 Gao Xiang
  2026-02-11 17:48 ` Benjamin Drung
  0 siblings, 1 reply; 3+ messages in thread
From: Gao Xiang @ 2026-02-10 18:28 UTC (permalink / raw)
  To: linux-erofs; +Cc: Gao Xiang, Benjamin Drung

Reported-by: Benjamin Drung <bdrung@posteo.de>
Closes: https://github.com/erofs/erofs-utils/issues/36
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
---
 man/mkfs.erofs.1 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/man/mkfs.erofs.1 b/man/mkfs.erofs.1
index cc5a3109ac7f..4316214ff1e2 100644
--- a/man/mkfs.erofs.1
+++ b/man/mkfs.erofs.1
@@ -240,6 +240,9 @@ Use extended inodes instead of compact inodes if the file modification time
 would overflow compact inodes. This is the default. Overrides
 .BR --ignore-mtime .
 .TP
+.B "\-\-quiet"
+Quiet execution (do not write anything to standard output.)
+.TP
 .BI "\-\-sort=" MODE
 Inode data sorting order for tarballs as input.
 
-- 
2.43.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] erofs-utils: manpage: document missing --quiet option for mkfs.erofs
  2026-02-10 18:28 [PATCH] erofs-utils: manpage: document missing --quiet option for mkfs.erofs Gao Xiang
@ 2026-02-11 17:48 ` Benjamin Drung
  2026-02-12  1:26   ` Gao Xiang
  0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Drung @ 2026-02-11 17:48 UTC (permalink / raw)
  To: Gao Xiang, linux-erofs

On Wed, 2026-02-11 at 02:28 +0800, Gao Xiang wrote:
> Reported-by: Benjamin Drung <bdrung@posteo.de>
> Closes: https://github.com/erofs/erofs-utils/issues/36
> Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
> ---
>  man/mkfs.erofs.1 | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/man/mkfs.erofs.1 b/man/mkfs.erofs.1
> index cc5a3109ac7f..4316214ff1e2 100644
> --- a/man/mkfs.erofs.1
> +++ b/man/mkfs.erofs.1
> @@ -240,6 +240,9 @@ Use extended inodes instead of compact inodes if the file modification time
>  would overflow compact inodes. This is the default. Overrides
>  .BR --ignore-mtime .
>  .TP
> +.B "\-\-quiet"
> +Quiet execution (do not write anything to standard output.)
> +.TP
>  .BI "\-\-sort=" MODE
>  Inode data sorting order for tarballs as input.
> 

Does mkfs.erofs also support the short version -q?

-- 
Benjamin Drung
Debian & Ubuntu Developer


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] erofs-utils: manpage: document missing --quiet option for mkfs.erofs
  2026-02-11 17:48 ` Benjamin Drung
@ 2026-02-12  1:26   ` Gao Xiang
  0 siblings, 0 replies; 3+ messages in thread
From: Gao Xiang @ 2026-02-12  1:26 UTC (permalink / raw)
  To: Benjamin Drung; +Cc: Gao Xiang, linux-erofs

Hi Benjamin,

On Wed, Feb 11, 2026 at 05:48:38PM +0000, Benjamin Drung wrote:
> On Wed, 2026-02-11 at 02:28 +0800, Gao Xiang wrote:
> > Reported-by: Benjamin Drung <bdrung@posteo.de>
> > Closes: https://github.com/erofs/erofs-utils/issues/36
> > Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
> > ---
> >  man/mkfs.erofs.1 | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/man/mkfs.erofs.1 b/man/mkfs.erofs.1
> > index cc5a3109ac7f..4316214ff1e2 100644
> > --- a/man/mkfs.erofs.1
> > +++ b/man/mkfs.erofs.1
> > @@ -240,6 +240,9 @@ Use extended inodes instead of compact inodes if the file modification time
> >  would overflow compact inodes. This is the default. Overrides
> >  .BR --ignore-mtime .
> >  .TP
> > +.B "\-\-quiet"
> > +Quiet execution (do not write anything to standard output.)
> > +.TP
> >  .BI "\-\-sort=" MODE
> >  Inode data sorting order for tarballs as input.
> > 
> 
> Does mkfs.erofs also support the short version -q?

Nope.. generally long options are preferred unless the functionalities
are vitally important so that it deserve a short version (I don't want
to have arbitary option list from `a` to `z`, also if some common
alphabet is used for an uncommon usage, it will be hard to remove or
switch to a more useful usage.)

Thanks,
Gao Xiang

> 
> -- 
> Benjamin Drung
> Debian & Ubuntu Developer
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-02-12  1:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10 18:28 [PATCH] erofs-utils: manpage: document missing --quiet option for mkfs.erofs Gao Xiang
2026-02-11 17:48 ` Benjamin Drung
2026-02-12  1:26   ` Gao Xiang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox