qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 11/23] qemu-img: allow specifying -f fmt for snapshot subcomm


From: Michael Tokarev
Subject: Re: [PATCH 11/23] qemu-img: allow specifying -f fmt for snapshot subcommand
Date: Sat, 10 Feb 2024 00:41:04 +0300
User-agent: Mozilla Thunderbird

10.02.2024 00:22, Michael Tokarev wrote:
For consistency with other commands, and since it already
accepts --image-opts, allow specifying -f fmt too.

...
-        c = getopt_long(argc, argv, ":la:c:d:hqU",
+        c = getopt_long(argc, argv, ":la:c:d:fhqU",
                          long_options, NULL);

Should be "f:" here, since -f expects an argument.  Fixed locally.

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]