Re: [PATCH 05/28] qemu-img: pass current cmd info into command handlers

2024-02-26 Thread Daniel P . Berrangé
On Thu, Feb 22, 2024 at 12:15:46AM +0300, Michael Tokarev wrote: > This info will be used to generate --help output. > > Signed-off-by: Michael Tokarev > --- > qemu-img.c | 34 +- > 1 file changed, 17 insertions(+), 17 deletions(-) Reviewed-by: Daniel P. Berrangé

[PATCH 05/28] qemu-img: pass current cmd info into command handlers

2024-02-21 Thread Michael Tokarev
This info will be used to generate --help output. Signed-off-by: Michael Tokarev --- qemu-img.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/qemu-img.c b/qemu-img.c index 44dbf5be4f..38ac0f1845 100644 --- a/qemu-img.c +++ b/qemu-img.c @