From 1c1b23fac558fbb16ce803387f514577f1621886 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 22 Feb 2018 15:01:52 -0500 Subject: [PATCH] Replace terse message with usage replaycons had too terse an error when called without arguments --- xCAT-server/bin/replaycons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/bin/replaycons b/xCAT-server/bin/replaycons index d79328a0d..bfa7fa5a4 100755 --- a/xCAT-server/bin/replaycons +++ b/xCAT-server/bin/replaycons @@ -45,7 +45,7 @@ if ($::VERSION) { } if (@ARGV < 1) { - print "Please specify a node name.\n"; + print "$usage_string\n"; exit(1); }