From 3ccb83f97a85cda6a44b17a23f901a7b4c3353c1 Mon Sep 17 00:00:00 2001 From: Nihal <121309701+nihalxkumar@users.noreply.github.com> Date: Sun, 12 Apr 2026 02:22:01 +0530 Subject: [PATCH] salt: update `--app` to `--apps` in qubesctl qubes-issues/#6403 --- user/advanced-topics/salt.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/advanced-topics/salt.rst b/user/advanced-topics/salt.rst index 3ca36b3aa1..535a407ed1 100644 --- a/user/advanced-topics/salt.rst +++ b/user/advanced-topics/salt.rst @@ -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: @@ -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)