mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
main: usage: add ‘=’ between --override and its value
This is how all other long options are documented in the usage.
This commit is contained in:
parent
04d42662c7
commit
c6b5ac9299
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -62,7 +62,7 @@ print_usage(const char *prog_name)
|
|||
"Options:\n"
|
||||
" -c,--config=PATH load configuration from PATH ($XDG_CONFIG_HOME/foot/foot.ini)\n"
|
||||
" -C,--check-config verify configuration, exit with 0 if ok, otherwise exit with 1\n"
|
||||
" -o,--override [section.]key=value override configuration option\n"
|
||||
" -o,--override=[section.]key=value override configuration option\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 (%s)\n"
|
||||
" -T,--title=TITLE initial window title (foot)\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue