1
0
Fork 0
mirror of https://github.com/Luzifer/arch-update.git synced 2024-10-18 06:44:23 +00:00

Add documentation

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-03-04 22:54:43 +01:00
parent aea3b43872
commit 50fe433078
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -165,6 +165,9 @@ while getopts ":nrs" o; do
;;
*)
echo "Usage: $0 [-nrs]" >&2
echo " -n Dry-Run: Do nothing except looking for updates" >&2
echo " -r Reboot: In case packages flagged for reboot are updated, reboot after update" >&2
echo " -s Services Restart: Restart all systemd services matching updated package names" >&2
exit 1
;;
esac