Skip to content
Snippets Groups Projects
Commit 695c2a63 authored by Simon McVittie's avatar Simon McVittie
Browse files

launch-client: Clarify behaviour of --terminate -- COMMAND


Previously, the synopsis implied that --terminate was only allowed when
not specifying a COMMAND, and the exit status description implied that
`s-r-launch-client --terminate -- false` would exit 0 (in fact it
propagates the exit status from false(1), and exits 1).

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 61fd3218
No related branches found
No related tags found
1 merge request!447Various s-r-launcher-service fixes, enhancements
......@@ -22,6 +22,7 @@ steam-runtime-launch-client - client to launch processes in a container
[**--pass-env** *VAR*]
[**--pass-env-matching** *WILDCARD*]
[**--unset-env** *VAR*]
[**--terminate**]
[**--verbose**]
{**--bus-name** *NAME*|**--dbus-address** *ADDRESS*|**--socket** *SOCKET*}
[**--**]
......@@ -212,7 +213,7 @@ The exit status is similar to **env**(1):
0
: The *COMMAND* exited successfully with status 0,
or **--terminate** succeeded.
or there was no *COMMAND* and **--terminate** succeeded.
125
: Invalid arguments were given, or **steam-runtime-launch-client** failed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment