From 87205d4dda627797eb1473d7ed0b031505307b79 Mon Sep 17 00:00:00 2001
From: Wayne Lewis <wayne.lewis@ess.eu>
Date: Fri, 1 Oct 2021 07:47:20 -0700
Subject: [PATCH] Add newline to printf

---
 require-ess/tools/iocsh_functions.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/require-ess/tools/iocsh_functions.bash b/require-ess/tools/iocsh_functions.bash
index 7dd47507..b4f8e1ab 100644
--- a/require-ess/tools/iocsh_functions.bash
+++ b/require-ess/tools/iocsh_functions.bash
@@ -429,7 +429,7 @@ function help() {
     printf "                   This forces an 'iocInit' before running the program.\n"
     printf "  -i               Do not add iocInit. This option does not override\n"
     printf "                   a valid iocInit in the startup script.\n"
-    printf "                   (Also -noinit, --noinit)"
+    printf "                   (Also -noinit, --noinit)\n"
     printf "  -r module[,ver]  Module (optionally with version) loaded via 'require'.\n"
     printf "  -l 'cell path'   Run Ioc with a cell path.\n"
     printf "  -dg              Run with debugger gdb.\n"
-- 
GitLab