diff --git a/doc/foot.1.scd b/doc/foot.1.scd index 639ddf19..fcd9d1f8 100644 --- a/doc/foot.1.scd +++ b/doc/foot.1.scd @@ -36,6 +36,9 @@ execute (instead of the shell). *-t*,*--term*=_TERM_ Value to set the environment variable *TERM* to. Default: *foot*. +*--login-shell* + Start a login shell, by prepending a '-' to argv[0]. + *-s*,*--server*[=_PATH_] Run as a server. In this mode, a single foot instance hosts multiple terminals (windows). Use *footclient*(1) to launch new diff --git a/doc/footclient.1.scd b/doc/footclient.1.scd index e58be6a1..d6115906 100644 --- a/doc/footclient.1.scd +++ b/doc/footclient.1.scd @@ -15,6 +15,9 @@ execute (instead of the shell). *-t*,*--term*=_TERM_ Value to set the environment variable _TERM_ to. Default: _foot_. +*--login-shell* + Start a login shell, by prepending a '-' to argv[0]. + *-s*,*--server-socket*=_PATH_ Connect to _PATH_ instead of _XDG\_RUNTIME\_DIR/foot.sock_.