From c7c21bc2f81a2128a2b6699d7c743a9d6a1a218b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 8 Mar 2025 20:35:58 -0700 Subject: [PATCH] Add note as to why -g is for shutdown. --- tasks/general/acct_mgmt/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 22731ac..798e520 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -163,7 +163,7 @@ in one swoop. Flow stops if any command returns a failure code. The hope is to run something as easy as 'pacman -Syyu'. -y : Assume yes to any prompts. - -g : Shutdown after updating. + -g : Goodbye - Shutdown after updating. -s : System updates only, no Flatpaks. -f : Flatpaks only, no system updates."