From b45f00d4280e3de3679f52bb8dbce8f4e433b68c Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Tue, 16 Jul 2002 15:40:38 +0000 Subject: [PATCH] o Use "N" instead of "PORT" in help messages to make them prettier. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3c858253a4f..7070dc44f46 100644 --- a/configure.ac +++ b/configure.ac @@ -133,7 +133,7 @@ dnl check for slurmd and slurmctld default ports dnl AC_MSG_CHECKING(for slurmctld default port) AC_ARG_WITH(slurmctld-port, - AC_HELP_STRING([--with-slurmctld-port=PORT], + AC_HELP_STRING([--with-slurmctld-port=N], [set slurmctld default port [[6817]]]), [ if test `expr match "$withval" '[[0-9]]*$'` -gt 0; then slurmctldport="$withval" @@ -147,7 +147,7 @@ AC_SUBST(SLURMCTLD_PORT) AC_MSG_CHECKING(for slurmd default port) AC_ARG_WITH(slurmd-port, - AC_HELP_STRING([--with-slurmd-port=PORT], + AC_HELP_STRING([--with-slurmd-port=N], [set slurmd default port [[6818]]]), [ if test `expr match "$withval" '[[0-9]]*$'` -gt 0; then slurmdport="$withval" -- GitLab