Skip to content

Commit

Permalink
Add HedgeModManager usage to help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Nov 11, 2022
1 parent ce9b196 commit 27c3c6e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v11.12.20221112-1"
PROGVERS="v11.12.20221112-2"
PROGCMD="${0##*/}"
SHOSTL="stl"
GHURL="https://github.com"
Expand Down Expand Up @@ -18151,6 +18151,13 @@ function howto {
echo " gettitle|gt <gameid> Print the Game Title for <gameid>"
echo " getcompatdata|gc <gameid/title> Print the Game compatdata path"
echo " getgamedir|gg <gameid/title> Print the Game dir"
echo " hedgemodmanager|hmm HedgeModManager"
echo " install|i install latest stable HedgeModManager"
echo " download|d <channel> download latest HedgeModManager release (stable or nightly)"
echo " defaults to stable"
echo " start|s <channel> start HedgeModManager"
echo " automatically downloads and installs latest stable if <channel>"
echo " is not provided"
echo " steamdeckcompat <gameid> Get information about Steam Deck compatibility for <gameid>"
echo " Will work offline if the information has been fetched before"
echo " "
Expand Down

0 comments on commit 27c3c6e

Please sign in to comment.