main: usage for --server now hints about 'footclient'

This commit is contained in:
Daniel Eklöf 2019-11-03 13:46:09 +01:00
parent 61dfa1365e
commit 567989e9f3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
main.c
View file

@ -42,7 +42,7 @@ print_usage(const char *prog_name)
printf(" -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"
" -g,--geometry=WIDTHxHEIGHT set initial width and height\n"
" -s,--server run as a server\n"
" -s,--server run as a server (use 'footclient' to start terminals)\n"
" -v,--version show the version number and quit\n");
}