Fixed a (very) small 'bug' in the usage text, -f wasn't printed on a new line.
This commit is contained in:
parent
f7b57d527f
commit
1584805ea7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue