From 67d26ab7e247162f538989a25200769246b9b7a4 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 27 Feb 2019 13:01:19 +0900 Subject: [PATCH] doc: tweak wording in event notification documentation --- doc/event-notifications.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/event-notifications.sgml b/doc/event-notifications.sgml index c2f8fc6d..4f610b47 100644 --- a/doc/event-notifications.sgml +++ b/doc/event-notifications.sgml @@ -88,7 +88,7 @@ The values provided for %t and %d - will probably contain spaces, so should be quoted in the provided command + may contain spaces, so should be quoted in the provided command configuration, e.g.: event_notification_command='/path/to/some/script %n %e %s "%t" "%d"'