From a9f285fd2866ab3451b8dd7468853c141691024f Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sun, 3 May 2015 17:06:36 +0200 Subject: [PATCH] Update the usage text The -f option doesn't accept a comma separated list of font names anymore --- lemonbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemonbar.c b/lemonbar.c index 929f90d..c956115 100644 --- a/lemonbar.c +++ b/lemonbar.c @@ -1223,7 +1223,7 @@ main (int argc, char **argv) "\t-g Set the bar geometry {width}x{height}+{xoffset}+{yoffset}\n" "\t-b Put the bar at the bottom of the screen\n" "\t-d Force docking (use this if your WM isn't EWMH compliant)\n" - "\t-f Bar font list, comma separated\n" + "\t-f Set the font name to use\n" "\t-p Don't close after the data ends\n" "\t-u Set the underline/overline height in pixels\n" "\t-B Set background color in #AARRGGBB\n"