Skip to content

Commit

Permalink
help output issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Jan 20, 2025
1 parent 81e76d1 commit 34d252c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utilities/update-software/update-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function show_help() {
--all |-a) Install/update all software
--core-software | -cs) Install/update core software (e.g. Decky Loader)
--update-emulators | -ue) Install/update emulator software
--users-flatpaks | -uf) Install/update user flatpaks
--users-binaries | -ub) Install/update user binaries
--user-flatpaks | -uf) Install/update user flatpaks
--user-binaries | -ub) Install/update user binaries
--help | -h) Show this help page
Expand Down Expand Up @@ -444,7 +444,7 @@ while :; do
USER_FLATPAKS=true
;;

--users-binaries | -ub)
--user-binaries | -ub)
USER_BINARIES=true
;;

Expand Down

0 comments on commit 34d252c

Please sign in to comment.