From 69c10932894497a7eecef9fe6d6863857ad21314 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 8 Mar 2025 20:36:38 -0700 Subject: [PATCH] Update usage for `update`. --- 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 798e520..ad32b87 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -158,7 +158,7 @@ function_update: | function update() { PROG=$FUNCNAME - usage="Usage: $PROG [-y] + usage="Usage: $PROG [-y] [-g] [-s] [-f] $PROG is used to run all the system's package manager commands in one swoop. Flow stops if any command returns a failure code. The hope is to run something as easy as 'pacman -Syyu'.