From d9ba8950d7ab6c64905bd0c88b8b025deb3871c1 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 11 May 2013 16:33:49 -0400 Subject: [PATCH] Amend docs formatting. --- notification/campfire | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/notification/campfire b/notification/campfire index ff9ed69859b..aad980a3030 100644 --- a/notification/campfire +++ b/notification/campfire @@ -7,6 +7,7 @@ module: campfire short_description: Send a message to Campfire description: - Send a message to Campfire. + - Messages with newlines will result in a "Paste" message being sent. version_added: "1.2" options: subscription: @@ -43,9 +44,6 @@ author: Adam Garside EXAMPLES = ''' action: campfire subscription=foo token=12345 room=123 msg="Task completed." -action: campfire subscription=foo token=12345 room=123 msg="Messages - with\nNewlines will result in a PasteMessage type being sent." - action: campfire subscription=foo token=12345 room=123 notify=loggins msg="Task completed ... with feeling." '''