qvm-shutdown.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .. program:: qvm-shutdown
  2. :program:`qvm-shutdown` -- Gracefully shut down a qube
  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-shutdown` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [--wait] [--timeout *TIMEOUT*] [*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. perform the action on all qubes
  23. .. option:: --exclude=EXCLUDE
  24. exclude the qube from :option:`--all`
  25. .. option:: --wait
  26. wait for the VMs to shut down
  27. .. option:: --timeout
  28. timeout after which domains are killed when using :option:`--wait`
  29. Authors
  30. -------
  31. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  32. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  33. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  34. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  35. .. vim: ts=3 sw=3 et tw=80