mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
main: update --help with correct default path for -s,--server
I missed this in f3c301ee8b when fixing
This commit is contained in:
parent
f3c301ee8b
commit
387e8de751
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
|
@ -45,7 +45,7 @@ print_usage(const char *prog_name)
|
|||
"Usage: %s [OPTIONS...] command [ARGS...]\n"
|
||||
"\n"
|
||||
"Options:\n"
|
||||
" -c,--config=PATH load configuration from PATH (XDG_CONFIG_HOME/footrc)\n"
|
||||
" -c,--config=PATH load configuration from PATH ($XDG_CONFIG_HOME/footrc)\n"
|
||||
" --check-config verify configuration, exit with 0 if ok, otherwise exit with 1\n"
|
||||
" -f,--font=FONT comma separated list of fonts in fontconfig format (monospace)\n"
|
||||
" -t,--term=TERM value to set the environment variable TERM to (foot)\n"
|
||||
|
|
@ -56,7 +56,7 @@ print_usage(const char *prog_name)
|
|||
" --login-shell start shell as a login shell\n"
|
||||
" -g,--geometry=WIDTHxHEIGHT set initial width and height\n"
|
||||
" -s,--server[=PATH] run as a server (use 'footclient' to start terminals).\n"
|
||||
" Without PATH, XDG_RUNTIME_DIR/foot.sock will be used.\n"
|
||||
" Without PATH, $XDG_RUNTIME_DIR/foot-$XDG_SESSION_ID.sock will be used.\n"
|
||||
" --hold remain open after child process exits\n"
|
||||
" -p,--print-pid=FILE|FD print PID to file or FD (only applicable in server mode)\n"
|
||||
" -l,--log-colorize=[never|always|auto] enable/disable colorization of log output on stderr\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue