From 32efc501ecf56f1d1c3602549eabca5f2d2ad05b Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 27 Apr 2020 21:28:43 +0000 Subject: [PATCH] Fix the %HELP response. JavaScript... God bless it. --- exec/tickfix.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exec/tickfix.js b/exec/tickfix.js index cd211caa7f..4467ce9ce5 100644 --- a/exec/tickfix.js +++ b/exec/tickfix.js @@ -22,10 +22,10 @@ const help_text = "\r\n" + "In the body of the message, one or more:\r\n" + "\r\n" + - "+<tag> Connect an area\n" - "+ALL Connect all areas\n" - "-<tag> Disconnect an area\n" - "-ALL Disconnect all areas\n" + "+<tag> Connect an area\n" + + "+ALL Connect all areas\n" + + "-<tag> Disconnect an area\n" + + "-ALL Disconnect all areas\n" + "%HELP This message\r\n" + "%LIST List of all available areas (tags)\r\n" + "%QUERY List of linked / connected areas\r\n" + -- GitLab