diff options
author | Markus Armbruster <armbru@redhat.com> | 2020-09-29 09:58:23 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-10-12 23:11:32 +0200 |
commit | a64627edcc063ccb51a56258d3605fffaee0157e (patch) | |
tree | 287b0ebd7e8ff59b53df5f69e0e2ee6603d1b72c /qemu-img-cmds.hx | |
parent | 2387df497b4b4bcf754eb7398edca82889e2ef54 (diff) |
qemu-img-cmds.hx: Update comment that mentions Texinfo
Missed in 3c95fdef94 "Update comments in .hx files that mention
Texinfo".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200929075824.1517969-2-armbru@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'qemu-img-cmds.hx')
-rw-r--r-- | qemu-img-cmds.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx index b89c019b76..cab8234235 100644 --- a/qemu-img-cmds.hx +++ b/qemu-img-cmds.hx @@ -1,5 +1,5 @@ HXCOMM Keep the list of subcommands sorted by name. -HXCOMM Use DEFHEADING() to define headings in both help text and texi +HXCOMM Use DEFHEADING() to define headings in both help text and rST HXCOMM Text between SRST and ERST are copied to rST version and HXCOMM discarded from C version HXCOMM DEF(command, callback, arg_string) is used to construct |