Add mention of XFT support in help message

This commit is contained in:
krypt-n 2016-01-15 12:44:15 +01:00
parent 38f69d853a
commit 578faf271e
1 changed files with 1 additions and 1 deletions

View File

@ -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"