summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
diff options
context:
space:
mode:
authorEric Blake2020-05-13 03:16:41 +0200
committerEric Blake2020-05-19 17:32:14 +0200
commit0562adf51712c3c0354d68e745afb7e6705668f1 (patch)
tree9c00fa9e9a4464b058a610deada71dee6d6ff76f /qemu-img.c
parentdocs: Sort sections on qemu-img subcommand parameters (diff)
downloadqemu-0562adf51712c3c0354d68e745afb7e6705668f1.tar.gz
qemu-0562adf51712c3c0354d68e745afb7e6705668f1.tar.xz
qemu-0562adf51712c3c0354d68e745afb7e6705668f1.zip
qemu-img: Fix stale comments on doc location
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>
Diffstat (limited to 'qemu-img.c')
-rw-r--r--qemu-img.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-img.c b/qemu-img.c
index 2a9186139d..4740de082f 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 =