Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions user/advanced-topics/salt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Salt can be used to configure qubes from dom0. Simply set the qube name as the t
.. code:: output

usage: qubesctl [-h] [--show-output] [--force-color] [--skip-dom0]
[--targets TARGETS | --templates | --app | --all]
[--targets TARGETS | --templates | --apps | --all]
...

positional arguments:
Expand All @@ -210,7 +210,7 @@ Salt can be used to configure qubes from dom0. Simply set the qube name as the t
--skip-dom0 Skip dom0 configuration (VM creation etc)
--targets TARGETS Coma separated list of VMs to target
--templates Target all templates
--app Target all app qubes
--apps Target all app qubes
--all Target all non-disposables (templates and app qubes)

Comment thread
nihalxkumar marked this conversation as resolved.

Expand Down