Update qvm-remove manpage

This commit is contained in:
Bahtiar `kalkin-` Gadimov 2016-05-15 20:28:40 +02:00
parent 116ba64e51
commit df83188fb5
No known key found for this signature in database
GPG Key ID: 96ED3C3BA19C3DEE

View File

@ -5,27 +5,39 @@
Synopsis
--------
:command:`qvm-remove` [-h] [--verbose] [--quiet] [--force-root] [--just-db] *VMNAME* [*VMNAME* ...]
:command:`qvm-remove` [-h] [--verbose] [--quiet] [--force-root] [--all] [--exclude *EXCLUDE*] [--just-db] [*VMNAME* [*VMNAME* ...]]
Options
-------
.. option:: --all
Remove all qubes. You can use :option:`--exclude` to limit the
qubes set. dom0 is not removed
.. option:: --exclude
Exclude the qube from :option:`--all`.
.. option:: --help, -h
Show this help message and exit
.. option:: --quiet, -q
.. option:: --force-root
Be quiet
Force to run, even with root privileges
.. option:: --just-db
Remove only from the Qubes Xen DB, do not remove any files
.. option:: --force-root
.. option:: --verbose, -v
Force to run, even with root privileges
increase verbosity
.. option:: --quiet, -q
decrease verbosity
Authors
-------