From 3a6af7bf6c51249f270f9cdec08b1b8558861cc6 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 2 Feb 2020 20:57:47 -0500 Subject: [PATCH] doc: Document that `-s` is the alias for `--search`. For some reason it wasn't. --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index ed2a905b9..bfc3af56a 100644 --- a/options.c +++ b/options.c @@ -360,7 +360,7 @@ exit_help(int exit_code) -v, --version show version\n\ -c, --config FILE configuration file to use\n\ -f, --force ignore modelines and apply the command line arguments\n\ - --search DIR add a directory to the library search path\n\ + -s, --search DIR add a directory to the library search path\n\ -k, --check check configuration file syntax\n\ -a, --no-argb disable client transparency support\n\ -l --api-level LEVEL select a different API support level than the current version \n\