Re: [PATCH 07/27] qemu-img: check: refresh options/--help

2025-06-02 Thread Kevin Wolf
Am 31.05.2025 um 18:51 hat Michael Tokarev geschrieben: > On 13.05.2025 18:54, Kevin Wolf wrote: > > Am 27.09.2024 um 08:11 hat Michael Tokarev geschrieben: > > > Add missing long options and --help output. > ... > > > +" --image-opts\n" > > > +" indicates that FILENAME is a complete image spe

Re: [PATCH 07/27] qemu-img: check: refresh options/--help

2025-05-31 Thread Michael Tokarev
On 13.05.2025 18:54, Kevin Wolf wrote: Am 27.09.2024 um 08:11 hat Michael Tokarev geschrieben: Add missing long options and --help output. ... +" --image-opts\n" +" indicates that FILENAME is a complete image specification\n" +" instead of a file name (incompatible with --format)\n"

Re: [PATCH 07/27] qemu-img: check: refresh options/--help

2025-05-15 Thread Kevin Wolf
Am 15.05.2025 um 08:50 hat Michael Tokarev geschrieben: > On 13.05.2025 18:54, Kevin Wolf wrote: > > Am 27.09.2024 um 08:11 hat Michael Tokarev geschrieben: > > > > +cmd_help(ccmd, > > > +"[-f FMT | --image-opts] [-T CACHE_MODE] [-r] [-u]\n" > > > +"[--output human|json] [--obj

Re: [PATCH 07/27] qemu-img: check: refresh options/--help

2025-05-14 Thread Michael Tokarev
On 13.05.2025 18:54, Kevin Wolf wrote: Am 27.09.2024 um 08:11 hat Michael Tokarev geschrieben: +cmd_help(ccmd, +"[-f FMT | --image-opts] [-T CACHE_MODE] [-r] [-u]\n" +"[--output human|json] [--object OBJDEF] FILENAME\n" +, +" -q, --quiet\n" +" quiet operations\n" Let

Re: [PATCH 07/27] qemu-img: check: refresh options/--help

2025-05-13 Thread Kevin Wolf
Am 27.09.2024 um 08:11 hat Michael Tokarev geschrieben: > Add missing long options and --help output. > > Signed-off-by: Michael Tokarev > --- > qemu-img.c | 38 ++ > 1 file changed, 30 insertions(+), 8 deletions(-) > > diff --git a/qemu-img.c b/qemu-img.c >