Minor change to xwayland-game-wrapper
This commit is contained in:
parent
477caac066
commit
34693cf757
@ -15,7 +15,7 @@ function die {
|
|||||||
|
|
||||||
# print_help <argv[0]>
|
# print_help <argv[0]>
|
||||||
function print_help {
|
function print_help {
|
||||||
local exec_name="$(basename "${1}")"
|
local exec_name="${1:t}"
|
||||||
printf 'usage: %s [OPTIONS...] <GAME> [ARGS...]\n' "${exec_name}"
|
printf 'usage: %s [OPTIONS...] <GAME> [ARGS...]\n' "${exec_name}"
|
||||||
printf 'Run a game inside an Xwayland session with a window manager. This\n'
|
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'
|
printf 'is very similar to gamescope, except that there is a window\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user