[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 6/9] qemu-img: Sort sub-command names in --help
From: |
Paolo Bonzini |
Subject: |
[Qemu-devel] [PULL 6/9] qemu-img: Sort sub-command names in --help |
Date: |
Tue, 8 Aug 2017 17:29:38 +0200 |
From: Eric Blake <address@hidden>
'amend' and 'create' were not listed alphabetically; hoist them
earlier. Separate the @end table block to make it easier to
copy-and-paste the addition of future sub-commands.
Signed-off-by: Eric Blake <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
qemu-img-cmds.hx | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/qemu-img-cmds.hx b/qemu-img-cmds.hx
index 3763f13625..b47d409665 100644
--- a/qemu-img-cmds.hx
+++ b/qemu-img-cmds.hx
@@ -1,3 +1,4 @@
+HXCOMM Keep the list of subcommands sorted by name.
HXCOMM Use DEFHEADING() to define headings in both help text and texi
HXCOMM Text between STEXI and ETEXI are copied to texi version and
HXCOMM discarded from C version
@@ -9,6 +10,12 @@ STEXI
@table @option
ETEXI
+DEF("amend", img_amend,
+ "amend [--object objectdef] [--image-opts] [-p] [-q] [-f fmt] [-t cache]
-o options filename")
+STEXI
address@hidden amend [--object @var{objectdef}] [--image-opts] [-p] [-q] [-f
@var{fmt}] [-t @var{cache}] -o @var{options} @var{filename}
+ETEXI
+
DEF("bench", img_bench,
"bench [-c count] [-d depth] [-f fmt] [--flush-interval=flush_interval]
[-n] [--no-drain] [-o offset] [--pattern=pattern] [-q] [-s buffer_size] [-S
step_size] [-t cache] [-w] [-U] filename")
STEXI
@@ -21,12 +28,6 @@ STEXI
@item check [--object @var{objectdef}] [--image-opts] [-q] [-f @var{fmt}]
address@hidden [-r [leaks | all]] [-T @var{src_cache}] [-U] @var{filename}
ETEXI
-DEF("create", img_create,
- "create [-q] [--object objectdef] [-f fmt] [-b backing_file] [-F
backing_fmt] [-u] [-o options] filename [size]")
-STEXI
address@hidden create [--object @var{objectdef}] [-q] [-f @var{fmt}] [-b
@var{backing_file}] [-F @var{backing_fmt}] [-u] [-o @var{options}]
@var{filename} address@hidden
-ETEXI
-
DEF("commit", img_commit,
"commit [-q] [--object objectdef] [--image-opts] [-f fmt] [-t cache] [-b
base] [-d] [-p] filename")
STEXI
@@ -45,6 +46,12 @@ STEXI
@item convert [--object @var{objectdef}] [--image-opts] [--target-image-opts]
[-U] [-c] [-p] [-q] [-n] [-f @var{fmt}] [-t @var{cache}] [-T @var{src_cache}]
[-O @var{output_fmt}] [-B @var{backing_file}] [-o @var{options}] [-s
@var{snapshot_id_or_name}] [-l @var{snapshot_param}] [-S @var{sparse_size}] [-m
@var{num_coroutines}] [-W] @var{filename} address@hidden [...]]
@var{output_filename}
ETEXI
+DEF("create", img_create,
+ "create [-q] [--object objectdef] [-f fmt] [-b backing_file] [-F
backing_fmt] [-u] [-o options] filename [size]")
+STEXI
address@hidden create [--object @var{objectdef}] [-q] [-f @var{fmt}] [-b
@var{backing_file}] [-F @var{backing_fmt}] [-u] [-o @var{options}]
@var{filename} address@hidden
+ETEXI
+
DEF("dd", img_dd,
"dd [--image-opts] [-U] [-f fmt] [-O output_fmt] [bs=block_size]
[count=blocks] [skip=blocks] if=input of=output")
STEXI
@@ -87,9 +94,6 @@ STEXI
@item resize [--object @var{objectdef}] [--image-opts] [-q] @var{filename} [+
| address@hidden
ETEXI
-DEF("amend", img_amend,
- "amend [--object objectdef] [--image-opts] [-p] [-q] [-f fmt] [-t cache]
-o options filename")
STEXI
address@hidden amend [--object @var{objectdef}] [--image-opts] [-p] [-q] [-f
@var{fmt}] [-t @var{cache}] -o @var{options} @var{filename}
@end table
ETEXI
--
2.13.3
- [Qemu-devel] [PULL 0/9] Misc patches for 2017-08-08, Paolo Bonzini, 2017/08/08
- [Qemu-devel] [PULL 1/9] rcu: completely disable pthread_atfork callbacks as soon as possible, Paolo Bonzini, 2017/08/08
- [Qemu-devel] [PULL 5/9] target/i386: set rip_offset for some SSE4.1 instructions, Paolo Bonzini, 2017/08/08
- [Qemu-devel] [PULL 6/9] qemu-img: Sort sub-command names in --help,
Paolo Bonzini <=
- [Qemu-devel] [PULL 3/9] kvm: workaround build break on gcc-7.1.1 / fedora26, Paolo Bonzini, 2017/08/08
- [Qemu-devel] [PULL 4/9] scsi: clarify sense codes for LUN0 emulation, Paolo Bonzini, 2017/08/08
- [Qemu-devel] [PULL 2/9] Revert "rcu: do not create thread in pthread_atfork callback", Paolo Bonzini, 2017/08/08
- [Qemu-devel] [PULL 7/9] qemu-io: Give more --version information, Paolo Bonzini, 2017/08/08
- [Qemu-devel] [PULL 8/9] qga: Give more --version information, Paolo Bonzini, 2017/08/08
- [Qemu-devel] [PULL 9/9] maint: Include bug-reporting info in --help output, Paolo Bonzini, 2017/08/08
- Re: [Qemu-devel] [PULL 0/9] Misc patches for 2017-08-08, Peter Maydell, 2017/08/08