summaryrefslogtreecommitdiffstats
path: root/compton.c
diff options
context:
space:
mode:
authorTim van Dalen <Tim@timvdalen.nl>2012-03-17 17:29:01 +0100
committerTim van Dalen <Tim@timvdalen.nl>2012-03-17 19:01:28 +0100
commit02a5747f34d6699ac4ff7ca316ba0a88e912de7f (patch)
treeeae44420135e3a58c86775a9e093ebe769f34d53 /compton.c
parent85de312fe7a794c4263b518098f248168cad242b (diff)
downloadtdebase-02a5747f34d6699ac4ff7ca316ba0a88e912de7f.tar.gz
tdebase-02a5747f34d6699ac4ff7ca316ba0a88e912de7f.zip
Fixed a (very) small 'bug' in the usage text, -f wasn't printed on a new line.
Diffstat (limited to 'compton.c')
-rw-r--r--compton.c2
1 files changed, 1 insertions, 1 deletions
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"