From 2fb8f40d1c17e9898b453e328c1cf80122a08b5e Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 20 Jul 2006 18:09:35 +0000
Subject: [PATCH] Clean-up some badly formatted output for --help and --usage.

---
 src/sbatch/opt.c  | 2 +-
 src/slaunch/opt.c | 2 +-
 src/srun/opt.c    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/sbatch/opt.c b/src/sbatch/opt.c
index 7bcc81b724f..f1a869e0ead 100644
--- a/src/sbatch/opt.c
+++ b/src/sbatch/opt.c
@@ -1863,7 +1863,7 @@ static void _help(void)
 "      --begin=time            defer job until HH:MM DD/MM/YY\n"
 "      --mail-type=type        notify on state change: BEGIN, END, FAIL or ALL\n"
 "      --mail-user=user        who to send email notification for job state changes\n"
-"      --ctrl-comm-ifhn=addr   interface hostname for PMI commaunications from srun"
+"      --ctrl-comm-ifhn=addr   interface hostname for PMI commaunications from srun\n"
 "      --multi-prog            if set the program name specified is the\n"
 "                              configuration specificaiton for multiple programs\n"
 "      --no-requeue            if set, do not permit the job to be requeued\n"
diff --git a/src/slaunch/opt.c b/src/slaunch/opt.c
index ec97efc49ab..977c92fbc54 100644
--- a/src/slaunch/opt.c
+++ b/src/slaunch/opt.c
@@ -1836,7 +1836,7 @@ static void _help(void)
 "      --epilog=program        run \"program\" after launching job step\n"
 "      --task-prolog=program   run \"program\" before launching task\n"
 "      --task-epilog=program   run \"program\" after launching task\n"
-"      --ctrl-comm-ifhn=addr   interface hostname for PMI commaunications from slaunch"
+"      --ctrl-comm-ifhn=addr   interface hostname for PMI commaunications from slaunch\n"
 "      --multi-prog            if set the program name specified is the\n"
 "                              configuration specificaiton for multiple programs\n"
 "\n"
diff --git a/src/srun/opt.c b/src/srun/opt.c
index 57d1120eb80..ad754b5905d 100644
--- a/src/srun/opt.c
+++ b/src/srun/opt.c
@@ -2076,7 +2076,7 @@ static void _usage(void)
 "            [--mail-type=type] [--mail-user=user][--nice[=value]]\n"
 "            [--prolog=fname] [--epilog=fname]\n"
 "            [--task-prolog=fname] [--task-epilog=fname]\n"
-"            [--ctrl-comm-ifhn=addr] [--multi-prog] [--no-requeue]"
+"            [--ctrl-comm-ifhn=addr] [--multi-prog] [--no-requeue]\n"
 "            [-w hosts...] [-x hosts...] executable [args...]\n");
 }
 
@@ -2133,7 +2133,7 @@ static void _help(void)
 "      --begin=time            defer job until HH:MM DD/MM/YY\n"
 "      --mail-type=type        notify on state change: BEGIN, END, FAIL or ALL\n"
 "      --mail-user=user        who to send email notification for job state changes\n"
-"      --ctrl-comm-ifhn=addr   interface hostname for PMI commaunications from srun"
+"      --ctrl-comm-ifhn=addr   interface hostname for PMI commaunications from srun\n"
 "      --multi-prog            if set the program name specified is the\n"
 "                              configuration specificaiton for multiple programs\n"
 "      --no-requeue            if set, do not permit the job to be requeued\n"
-- 
GitLab