From 427738b2f408ba3da1357473cdcc6ddeb131c210 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 20 Jul 2006 17:59:59 +0000 Subject: [PATCH] Make --usage output pretty --- src/sbatch/opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbatch/opt.c b/src/sbatch/opt.c index 259f50046b4..7bcc81b724f 100644 --- a/src/sbatch/opt.c +++ b/src/sbatch/opt.c @@ -1817,7 +1817,7 @@ static void _usage(void) #endif " [--mail-type=type] [--mail-user=user][--nice[=value]]\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"); } -- GitLab