On Fri, Feb 23, 2024 at 04:10:53PM +0000, Richard W.M. Jones wrote: > On Thu, Feb 22, 2024 at 04:26:54PM -0600, Eric Blake wrote: > > While abbreviations are easier to type, spelling out an option makes a > > complex command line easier to understand. > > > > For symmetry, the recent addition of --no-meta-contexts now documents > > that it has an alias --no-mc. > > > > Signed-off-by: Eric Blake <ebl...@redhat.com> > > --- > > +++ b/tests/test-synopsis.sh > > @@ -57,6 +57,7 @@ for i in $(nbdkit --long-options | $nocr); do > > --ip-addr) ;; # alias of -i, --ipaddr > > --new-style) ;; # alias of -n, --newstyle > > --no-mc) ;; # alias of --no-meta-contexts > > + --no-sr) ;; # alias of --no-structured-replies > > --old-style) ;; # alias of -o, --oldstyle > > --pid-file) ;; # alias of -P, --pidfile > > --read-only) ;; # alias of -r, --readonly > > Reviewed-by: Richard W.M. Jones <rjo...@redhat.com>
This and the doc update are now in as f99f2337..dd82001a -- Eric Blake, Principal Software Engineer Red Hat, Inc. Virtualization: qemu.org | libguestfs.org _______________________________________________ Libguestfs mailing list -- guestfs@lists.libguestfs.org To unsubscribe send an email to guestfs-le...@lists.libguestfs.org