From 02a5747f34d6699ac4ff7ca316ba0a88e912de7f Mon Sep 17 00:00:00 2001 From: Tim van Dalen Date: Sat, 17 Mar 2012 17:29:01 +0100 Subject: [PATCH] Fixed a (very) small 'bug' in the usage text, -f wasn't printed on a new line. --- compton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compton.c b/compton.c index 681a532db..90475a03d 100644 --- a/compton.c +++ b/compton.c @@ -2245,7 +2245,7 @@ usage() { "-C\n" " Avoid drawing shadows on dock/panel windows.\n" "-z\n" - " Zero the part of the shadow's mask behind the window (experimental)." + " Zero the part of the shadow's mask behind the window (experimental).\n" "-f\n" " Fade windows in/out when opening/closing.\n" "-F\n"