diff --git a/exec/tickfix.js b/exec/tickfix.js
index cd211caa7fa301f3bd968104115f154a85fd9276..4467ce9ce5666320c37c96ce8554714ff8854d31 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" +