Merge pull request #771 from Elv13/doc_argb

cmd: Document --no-argb in --help
This commit is contained in:
Emmanuel Lepage Vallée 2016-03-23 06:00:19 -04:00
commit d3d0de1245
1 changed files with 1 additions and 0 deletions

View File

@ -430,6 +430,7 @@ exit_help(int exit_code)
-v, --version show version\n\ -v, --version show version\n\
-c, --config FILE configuration file to use\n\ -c, --config FILE configuration file to use\n\
-k, --check check configuration file syntax\n\ -k, --check check configuration file syntax\n\
-a, --no-argb disable client transparency support\n\
-r, --replace replace an existing window manager\n"); -r, --replace replace an existing window manager\n");
exit(exit_code); exit(exit_code);
} }