From af908aafdf64832ec7665224d0c03fd7d741423e Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 3 Apr 2014 07:24:09 -0400 Subject: [PATCH] add timeout option on usage --- xCAT-client/bin/psh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/psh b/xCAT-client/bin/psh index e93c2126a..dbe5dfcb9 100755 --- a/xCAT-client/bin/psh +++ b/xCAT-client/bin/psh @@ -31,7 +31,7 @@ if (!GetOptions( "nonodecheck" => \$::NONODECHECK, #does not check the noderange, in this case, noderange need to be a list of nodes. 'h|help' => \$help, ) || $help || scalar(@ARGV)<2 ) { - print "Usage: psh [-i ] [-l ] [-f ] [--nonodecheck] \n"; + print "Usage: psh [-i ] [-l ] [-f ] [--nonodecheck] [-t ] \n"; exit; } my %nodehdl;