• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión6edb788f292a83ad5f77b25bf90ed0eb14800639 (tree)
Tiempo2020-05-20 00:32:14
AutorEric Blake <eblake@redh...>
CommiterEric Blake

Log Message

docs: Sort sections on qemu-img subcommand parameters

We already list the subcommand summaries alphabetically, we should do
the same for the documentation related to subcommand-specific
parameters.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200513011648.166876-2-eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

Cambiar Resumen

Diferencia incremental

--- a/docs/tools/qemu-img.rst
+++ b/docs/tools/qemu-img.rst
@@ -142,30 +142,6 @@ by the used format or see the format descriptions below for details.
142142 the documentation of the emulator's ``-drive cache=...`` option for allowed
143143 values.
144144
145-Parameters to snapshot subcommand:
146-
147-.. program:: qemu-img-snapshot
148-
149-.. option:: snapshot
150-
151- Is the name of the snapshot to create, apply or delete
152-
153-.. option:: -a
154-
155- Applies a snapshot (revert disk to saved state)
156-
157-.. option:: -c
158-
159- Creates a snapshot
160-
161-.. option:: -d
162-
163- Deletes a snapshot
164-
165-.. option:: -l
166-
167- Lists all snapshots in the given image
168-
169145 Parameters to compare subcommand:
170146
171147 .. program:: qemu-img-compare
@@ -245,6 +221,30 @@ Parameters to dd subcommand:
245221
246222 Sets the number of input blocks to skip
247223
224+Parameters to snapshot subcommand:
225+
226+.. program:: qemu-img-snapshot
227+
228+.. option:: snapshot
229+
230+ Is the name of the snapshot to create, apply or delete
231+
232+.. option:: -a
233+
234+ Applies a snapshot (revert disk to saved state)
235+
236+.. option:: -c
237+
238+ Creates a snapshot
239+
240+.. option:: -d
241+
242+ Deletes a snapshot
243+
244+.. option:: -l
245+
246+ Lists all snapshots in the given image
247+
248248 Command description:
249249
250250 .. program:: qemu-img-commands