use qubesctl --all state.highstate to apply states

use qubesctl --all state.highstate to apply states instead of qubesctl state.highstate
This commit is contained in:
john-david-r-smith 2017-02-06 12:42:23 +01:00 committed by GitHub
parent 034f748550
commit 8a226e51a2

View File

@ -155,9 +155,9 @@ And to disable one:
qubesctl top.disable my-new-vm
To actually apply the state:
To actually apply the states to dom0 and all vms:
qubesctl state.highstate
qubesctl --all state.highstate
(More information on the command is further down.)