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;