Add note as to why -g is for shutdown.

This commit is contained in:
Hyperling 2025-03-08 20:35:58 -07:00
parent 466d8b5de5
commit c7c21bc2f8

View File

@ -163,7 +163,7 @@
in one swoop. Flow stops if any command returns a failure code. in one swoop. Flow stops if any command returns a failure code.
The hope is to run something as easy as 'pacman -Syyu'. The hope is to run something as easy as 'pacman -Syyu'.
-y : Assume yes to any prompts. -y : Assume yes to any prompts.
-g : Shutdown after updating. -g : Goodbye - Shutdown after updating.
-s : System updates only, no Flatpaks. -s : System updates only, no Flatpaks.
-f : Flatpaks only, no system updates." -f : Flatpaks only, no system updates."