]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
qemu-img: Fix stale comments on doc location
authorEric Blake <eblake@redhat.com>
Wed, 13 May 2020 01:16:41 +0000 (20:16 -0500)
committerEric Blake <eblake@redhat.com>
Tue, 19 May 2020 15:32:14 +0000 (10:32 -0500)
Missed in commit e13c59fa.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200513011648.166876-3-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
qemu-img-cmds.hx
qemu-img.c

index 35f832816f961a3f19e1405871bb7110a0351c57..cfe8f375870c3ae4eb37cb6b5c1b03edd6f2f5ef 100644 (file)
@@ -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")
index 2a9186139d994cf6a555b8f8097983b9495c25ad..4740de082fabc75d1bb3160308b246795785b48a 100644 (file)
@@ -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 =