summaryrefslogtreecommitdiffstats
path: root/qemu-img-cmds.hx
diff options
context:
space:
mode:
authorJohn Snow2018-05-04 00:56:48 +0200
committerMichael Tokarev2018-05-20 07:37:03 +0200
commit4885b0caf607579a0f99c221fa39ca97d9a6ddf4 (patch)
treee917a824691e8391795b065b6ee012f1647264b0 /qemu-img-cmds.hx
parentqemu-img: Make documentation between .texi and .hx consistent (diff)
downloadqemu-4885b0caf607579a0f99c221fa39ca97d9a6ddf4.tar.gz
qemu-4885b0caf607579a0f99c221fa39ca97d9a6ddf4.tar.xz
qemu-4885b0caf607579a0f99c221fa39ca97d9a6ddf4.zip
qemu-img-cmds.hx: add passive-aggressive note
I'm kidding. It's very easy to forget there are per-command sections in the texi, and insane that we don't autogenerate those, too. Until then, leave a little post-it note in this .hx file until I find a way to delete it. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Jeff Cody <jcody@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-img-cmds.hx')
-rw-r--r--qemu-img-cmds.hx3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx
index 84deb858af..3d2f7b26eb 100644
--- a/qemu-img-cmds.hx
+++ b/qemu-img-cmds.hx
@@ -6,6 +6,9 @@ HXCOMM DEF(command, callback, arg_string) is used to construct
HXCOMM command structures and help message.
HXCOMM HXCOMM can be used for comments, discarded from both texi and C
+HXCOMM When amending the TEXI sections, please remember to copy the usage
+HXCOMM over to the per-command sections in qemu-img.texi.
+
STEXI
@table @option
ETEXI