main: usage: footrc -> foot.ini

This commit is contained in:
Daniel Eklöf 2020-08-27 20:03:30 +02:00
parent 3309d8d779
commit df35b09142
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
main.c
View file

@ -46,7 +46,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/foot/foot.ini)\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"