123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .. program:: qvm-unpause
- :program:`qvm-unpause` -- unpause a domain
- ==========================================
- .. warning::
- This page was autogenerated from command-line parser. It shouldn't be 1:1
- conversion, because it would add little value. Please revise it and add
- more descriptive help, which normally won't fit in standard ``--help``
- option.
- After rewrite, please remove this admonition.
- Synopsis
- --------
- :command:`qvm-unpause` [-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
- Unause 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
|