2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-07 08:52:32 +00:00

Replace terse message with usage

replaycons had too terse an error when called without arguments
This commit is contained in:
Jarrod Johnson
2018-02-22 15:01:52 -05:00
parent c4c5fc6216
commit 1c1b23fac5

View File

@@ -45,7 +45,7 @@ if ($::VERSION) {
}
if (@ARGV < 1) {
print "Please specify a node name.\n";
print "$usage_string\n";
exit(1);
}