Added new option

This commit is contained in:
René Fuhry 2023-04-04 10:38:20 +02:00 committed by GitHub
parent 9c92ced4bb
commit 67b3caff37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,11 @@ no flag same as -p
-f updates using flatpak update only
-p updates using a pacman-wrapper only
-a updates using flatpak update and a pacman-wrapper
-g shutdowns the computer afterwards (needs to be the last or only option to work properly)
-r reboots the computer afterwards (needs to be the last or only option to work properly)
-g shutdowns the computer afterwards
-r reboots the computer afterwards
--help displays this message
-P, --preview shows a preview of which pkg's will be updates
--preview shows a preview of which pkg's will be updates
--version prints out the version number
```
## Contributing