diff options
author | Eric Blake | 2020-05-29 16:45:27 +0200 |
---|---|---|
committer | Eric Blake | 2020-06-09 22:47:09 +0200 |
commit | 1d74594065a387c03b962a2c5cf77efa394ff82d (patch) | |
tree | d315b6c85107d3b1418182e0ef8a8caefa980e52 /docs/tools/qemu-img.rst | |
parent | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sparc-next-20200609'... (diff) | |
download | qemu-1d74594065a387c03b962a2c5cf77efa394ff82d.tar.gz qemu-1d74594065a387c03b962a2c5cf77efa394ff82d.tar.xz qemu-1d74594065a387c03b962a2c5cf77efa394ff82d.zip |
qemu-img: Fix doc typo for 'bitmap' subcommand
Prefer a consistent naming for the --merge argument.
Fixes: 3b51ab4bf
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200529144527.1943527-1-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Diffstat (limited to 'docs/tools/qemu-img.rst')
-rw-r--r-- | docs/tools/qemu-img.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/qemu-img.rst b/docs/tools/qemu-img.rst index 69cd9a3037..7f0737488a 100644 --- a/docs/tools/qemu-img.rst +++ b/docs/tools/qemu-img.rst @@ -300,7 +300,7 @@ Command description: ``--disable`` to change *BITMAP* to stop recording future edits. - ``--merge`` to merge the contents of *SOURCE_BITMAP* into *BITMAP*. + ``--merge`` to merge the contents of the *SOURCE* bitmap into *BITMAP*. Additional options include ``-g`` which sets a non-default *GRANULARITY* for ``--add``, and ``-b`` and ``-F`` which select an |