From cde3c22fb2969920796294a9803b7ddcce9e54a8 Mon Sep 17 00:00:00 2001 From: Rod Schultz <Rod.Schultz@bull.com> Date: Thu, 1 Aug 2013 11:11:05 -0700 Subject: [PATCH] Minor fix to not have run together words in help --- src/srun/libsrun/opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/srun/libsrun/opt.c b/src/srun/libsrun/opt.c index 81a7549a901..5dd48584f6d 100644 --- a/src/srun/libsrun/opt.c +++ b/src/srun/libsrun/opt.c @@ -2501,7 +2501,7 @@ static void _help(void) " --prolog=program run \"program\" before launching job step\n" " --profile=value enable acct_gather_profile for detailed data\n" " value is all or none or any combination of\n" -" energy, lustrenetwork or task\n" +" energy, lustre, network or task\n" " --propagate[=rlimits] propagate all [or specific list of] rlimits\n" #ifdef HAVE_PTY_H " --pty run task zero in pseudo terminal\n" -- GitLab