Minor change to xwayland-game-wrapper

This commit is contained in:
Alexander Rosenberg 2024-12-25 17:05:07 -08:00
parent 477caac066
commit 34693cf757
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -15,7 +15,7 @@ function die {
# print_help <argv[0]>
function print_help {
local exec_name="$(basename "${1}")"
local exec_name="${1:t}"
printf 'usage: %s [OPTIONS...] <GAME> [ARGS...]\n' "${exec_name}"
printf 'Run a game inside an Xwayland session with a window manager. This\n'
printf 'is very similar to gamescope, except that there is a window\n'