From c6b5ac92997bab13c795543e0fa87d30cc812bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 23 Jun 2021 14:30:29 +0200 Subject: [PATCH] =?UTF-8?q?main:=20usage:=20add=20=E2=80=98=3D=E2=80=99=20?= =?UTF-8?q?between=20--override=20and=20its=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is how all other long options are documented in the usage. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index df9edfd6..2c392fca 100644 --- a/main.c +++ b/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"