Merge pull request #771 from Elv13/doc_argb
cmd: Document --no-argb in --help
This commit is contained in:
commit
d3d0de1245
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue