client: remove excess ‘-’ from ‘--log-level’ in usage

This commit is contained in:
Daniel Eklöf 2021-03-12 21:51:07 +01:00
parent ebc57d1a80
commit 84f840a197
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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");
}