mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
client: remove excess ‘-’ from ‘--log-level’ in usage
This commit is contained in:
parent
ebc57d1a80
commit
84f840a197
1 changed files with 1 additions and 1 deletions
2
client.c
2
client.c
|
|
@ -58,7 +58,7 @@ print_usage(const char *prog_name)
|
|||
" -D,--working-directory=DIR directory to start in (CWD)\n"
|
||||
" -s,--server-socket=PATH path to the server UNIX domain socket (default=$XDG_RUNTIME_DIR/foot-$WAYLAND_DISPLAY.sock)\n"
|
||||
" -H,--hold remain open after child process exits\n"
|
||||
" -d,---log-level={info|warning|error} log level (info)\n"
|
||||
" -d,--log-level={info|warning|error} log level (info)\n"
|
||||
" -l,--log-colorize=[{never|always|auto}] enable/disable colorization of log output on stderr\n"
|
||||
" -v,--version show the version number and quit\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue