From 00d7634ac039c0d5737e2d4a36a7e8e146b2bf9e Mon Sep 17 00:00:00 2001
From: Tim Wickberg <tim@schedmd.com>
Date: Thu, 20 Oct 2016 16:04:56 -0400
Subject: [PATCH] Fix comments - "sbatch -H" is in the man page.

---
 src/sbatch/opt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sbatch/opt.c b/src/sbatch/opt.c
index cfa08e95d05..42958eadced 100644
--- a/src/sbatch/opt.c
+++ b/src/sbatch/opt.c
@@ -724,7 +724,7 @@ static struct option long_options[] = {
 	{"array",         required_argument, 0, 'a'},
 	{"batch",         no_argument,       0, 'b'}, /* batch option
 							 is only here for
-							 moab tansition
+							 moab translation
 							 doesn't do anything */
 	{"extra-node-info", required_argument, 0, 'B'},
 	{"cpus-per-task", required_argument, 0, 'c'},
@@ -735,7 +735,7 @@ static struct option long_options[] = {
 	{"nodefile",      required_argument, 0, 'F'},
 	{"geometry",      required_argument, 0, 'g'},
 	{"help",          no_argument,       0, 'h'},
-	{"hold",          no_argument,       0, 'H'}, /* undocumented */
+	{"hold",          no_argument,       0, 'H'},
 	{"input",         required_argument, 0, 'i'},
 	{"immediate",     no_argument,       0, 'I'},
 	{"job-name",      required_argument, 0, 'J'},
-- 
GitLab