I cringe at my own stupidity

This commit is contained in:
René Fuhry 2023-06-06 23:42:26 +02:00 committed by GitHub
parent b588b1ca78
commit c355fe01d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ no flag same as -p
--help displays this message --help displays this message
--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 --version prints out the version number
--backup just does the before backup without updating
``` ```
## Contributing ## Contributing

1
update
View File

@ -36,6 +36,7 @@ Help() {
echo "--help displays this message" echo "--help displays this message"
echo "--preview shows a preview of which pkg's can be updated" echo "--preview shows a preview of which pkg's can be updated"
echo "--version prints out the version number" echo "--version prints out the version number"
echo "--backup just does the before backup without updating"
} }
check_for_dblck() { check_for_dblck() {