From: Eric Blake Date: Wed, 13 May 2020 01:16:41 +0000 (-0500) Subject: qemu-img: Fix stale comments on doc location X-Git-Tag: v5.1.0-rc0~117^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0562adf51712c3c0354d68e745afb7e6705668f1;p=thirdparty%2Fqemu.git qemu-img: Fix stale comments on doc location Missed in commit e13c59fa. Signed-off-by: Eric Blake Reviewed-by: Max Reitz Message-Id: <20200513011648.166876-3-eblake@redhat.com> Reviewed-by: Vladimir Sementsov-Ogievskiy --- diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx index 35f832816f9..cfe8f375870 100644 --- a/qemu-img-cmds.hx +++ b/qemu-img-cmds.hx @@ -7,7 +7,7 @@ HXCOMM command structures and help message. HXCOMM HXCOMM can be used for comments, discarded from both rST and C HXCOMM When amending the rST sections, please remember to copy the usage -HXCOMM over to the per-command sections in qemu-img.texi. +HXCOMM over to the per-command sections in docs/tools/qemu-img.rst. DEF("amend", img_amend, "amend [--object objectdef] [--image-opts] [-p] [-q] [-f fmt] [-t cache] -o options filename") diff --git a/qemu-img.c b/qemu-img.c index 2a9186139d9..4740de082fa 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -108,7 +108,7 @@ static void QEMU_NORETURN unrecognized_option(const char *option) error_exit("unrecognized option '%s'", option); } -/* Please keep in synch with qemu-img.texi */ +/* Please keep in synch with docs/tools/qemu-img.rst */ static void QEMU_NORETURN help(void) { const char *help_msg =