Fix the second example in the simple_notify plugin doc

This commit is contained in:
mathieui 2015-03-09 01:26:02 +01:00
parent 28ee08cc2d
commit cea4f3d189
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -21,7 +21,7 @@ Second example:
.. code-block:: ini
[simple_notify]
command = echo \\<%{from}s\\> %{body}s >> some.fifo
command = echo \\<%(from)s\\> %(body)s >> some.fifo
delay = 3
after_command = echo >> some.fifo