qvm-unpause.rst 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .. program:: qvm-unpause
  2. :program:`qvm-unpause` -- unpause a domain
  3. ==========================================
  4. .. warning::
  5. This page was autogenerated from command-line parser. It shouldn't be 1:1
  6. conversion, because it would add little value. Please revise it and add
  7. more descriptive help, which normally won't fit in standard ``--help``
  8. option.
  9. After rewrite, please remove this admonition.
  10. Synopsis
  11. --------
  12. :command:`qvm-unpause` [-h] [--verbose] [--quiet] *VMNAME*
  13. Options
  14. -------
  15. .. option:: --help, -h
  16. Show the help message and exit.
  17. .. option:: --verbose, -v
  18. Increase verbosity.
  19. .. option:: --quiet, -q
  20. Decrease verbosity.
  21. .. option:: --all
  22. Unause all the qubes.
  23. .. option:: --exclude=EXCLUDE
  24. Exclude the qube from :option:`--all`.
  25. Authors
  26. -------
  27. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  28. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  29. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  30. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  31. .. vim: ts=3 sw=3 et tw=80