From 03f5f5b7f9dd8dc4ccff434620cb56c51c1bddd3 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Tue, 22 Mar 2016 03:26:13 -0400 Subject: [PATCH] cmd: Document --no-argb in --help --- awesome.c | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome.c b/awesome.c index 8ee56341..b16f2395 100644 --- a/awesome.c +++ b/awesome.c @@ -430,6 +430,7 @@ exit_help(int exit_code) -v, --version show version\n\ -c, --config FILE configuration file to use\n\ -k, --check check configuration file syntax\n\ + -a, --no-argb disable client transparency support\n\ -r, --replace replace an existing window manager\n"); exit(exit_code); }