Skip to content

Commit

Permalink
add uninstall option to usage info
Browse files Browse the repository at this point in the history
- added uninstall option to usage info
  • Loading branch information
tmiland committed Dec 23, 2023
1 parent bbd28b4 commit 60eb5fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invidious_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ usage() {
printf " ${YELLOW}--help|-h${NORMAL} display this help and exit\\n"
printf " ${YELLOW}--verbose|-v${NORMAL} increase verbosity\\n"
printf " ${YELLOW}--banners|-b${NORMAL} disable banners\\n"
printf " ${YELLOW}--uninstall|-u${NORMAL} uninstall"
printf " ${YELLOW}--repo|-r${NORMAL} select custom repo. E.G: user/invidious\\n"
echo
}
Expand Down

0 comments on commit 60eb5fa

Please sign in to comment.