Skip to content

Commit

Permalink
Document new -F option
Browse files Browse the repository at this point in the history
  • Loading branch information
Macitron authored and Enorovan committed Mar 1, 2024
1 parent caf2914 commit 2aa2b43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/GENERAL-INFO.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ The following options are available when invoking the script from the terminal.
- `-r | --steamroot NEW_ROOT`
- Use `NEW_ROOT` as the root of your steam install instead of `~/.steam/root`.
- This likely has limited use cases, though it may help if you have Flatpak Steam installed and the root is in `/var/app/...`. Do note that Flatpak Steam has not been tested at the time of writing.
- `-F | --force-flatpak`
- Use Flatpak Protontricks even if there exists a system install.
- Very useful for development, but also nice if your package manager doesn't yet have the latest version in its repos. Or if you just feel like it.

## Notes

Expand Down
4 changes: 3 additions & 1 deletion polyversal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ readonly AC_PROTON_DIRNAME='protonge-anonymouscode'
function print_usage() {
cat << EOF >&2
usage: polyversal [ -v | --verbose ] [ -h | --help ] [ --log ]
[ -r | --steamroot ] ...
[ -r | --steamroot ] [ -F | --force-flatpak ] ...
Use a GUI for selecting everything graphically.
$ $progname
Expand Down Expand Up @@ -69,6 +69,8 @@ options:
default when running from the desktop file
-r, --steamroot NEW_ROOT Use NEW_ROOT as Steam's root directory instead of
~/.local/share/Steam
-F, --force-flatpak Force the use of Flatpak Protontricks even if a
system install is detected.
EOF
}
Expand Down

0 comments on commit 2aa2b43

Please sign in to comment.