From 567989e9f35f669aba155801412cbfc33ab21d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 3 Nov 2019 13:46:09 +0100 Subject: [PATCH] main: usage for --server now hints about 'footclient' --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 15a1189b..877b88b6 100644 --- a/main.c +++ b/main.c @@ -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"); }