Add mention of XFT support in help message
This commit is contained in:
parent
38f69d853a
commit
578faf271e
|
@ -1395,7 +1395,7 @@ main (int argc, char **argv)
|
|||
while ((ch = getopt(argc, argv, "hg:bdf:a:pu:B:F:n:o:")) != -1) {
|
||||
switch (ch) {
|
||||
case 'h':
|
||||
printf ("lemonbar version %s\n", VERSION);
|
||||
printf ("lemonbar version %s patched with XFT support\n", VERSION);
|
||||
printf ("usage: %s [-h | -g | -b | -d | -f | -a | -p | -n | -u | -B | -F]\n"
|
||||
"\t-h Show this help\n"
|
||||
"\t-g Set the bar geometry {width}x{height}+{xoffset}+{yoffset}\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user