From 06ec2fdbdca1e931f47f1b01e8ee4f70dc1c3499 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 16:59:51 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 56daf91b..c35c97ba 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -823,7 +823,7 @@ DELSITE(){ width=33 printf "%-${width}s- %s\n" " -site {FQDN address}" "Site to delete" printf "%-${width}s- %s\n" " -ssl {yes or [no]}" "Delete SSL certs as well" - printf "%-${width}s- %s\n" " -list" "List sites (same as running nodemgmt delsites)" + printf "%-${width}s- %s\n" " -list" 'List sites (same as running nodemgmt delsites)' echo "}" exit 1 fi