54d992f727
Most of them are moved from core-admin repository, even if tool is not implemented yet. Some are generated using skel-manpage.py script. This way we have complete man pages list, and sphinx will properly warn/error about inconsistencies.
43 lines
749 B
ReStructuredText
43 lines
749 B
ReStructuredText
.. program:: qvm-pause
|
|
|
|
:program:`qvm-pause` -- pause a domain
|
|
======================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
:command:`qvm-pause` [-h] [--verbose] [--quiet] *VMNAME*
|
|
|
|
Options
|
|
-------
|
|
|
|
.. option:: --help, -h
|
|
|
|
Show the help message and exit.
|
|
|
|
.. option:: --verbose, -v
|
|
|
|
Increase verbosity.
|
|
|
|
.. option:: --quiet, -q
|
|
|
|
Decrease verbosity.
|
|
|
|
.. option:: --all
|
|
|
|
Pause all the qubes.
|
|
|
|
.. option:: --exclude=EXCLUDE
|
|
|
|
Exclude the qube from :option:`--all`.
|
|
|
|
Authors
|
|
-------
|
|
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
|
| Wojtek Porczyk <woju at invisiblethingslab dot com>
|
|
|
|
.. vim: ts=3 sw=3 et tw=80
|