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'.