diff options
author | Tim van Dalen <Tim@timvdalen.nl> | 2012-03-17 17:29:01 +0100 |
---|---|---|
committer | Tim van Dalen <Tim@timvdalen.nl> | 2012-03-17 19:01:28 +0100 |
commit | 02a5747f34d6699ac4ff7ca316ba0a88e912de7f (patch) | |
tree | eae44420135e3a58c86775a9e093ebe769f34d53 /compton.c | |
parent | 85de312fe7a794c4263b518098f248168cad242b (diff) | |
download | tdebase-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |