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:
@@ -45,7 +45,7 @@ if ($::VERSION) {
|
||||
}
|
||||
|
||||
if (@ARGV < 1) {
|
||||
print "Please specify a node name.\n";
|
||||
print "$usage_string\n";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user