From 78cd80b9d3d64a56af18543c045f90dbd4d3d512 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 26 Jun 2015 16:42:51 -0400 Subject: [PATCH] Remove never applicable '-n' from pasu/piflash usage Usage output referenced -n option which doesn't actually exist --- xCAT-client/bin/pasu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-client/bin/pasu b/xCAT-client/bin/pasu index 42b77dd7e..eaf5fcacd 100755 --- a/xCAT-client/bin/pasu +++ b/xCAT-client/bin/pasu @@ -50,8 +50,8 @@ if (!GetOptions( "V|verbose" => \$::VERBOSE, 'h|help' => \$help, ) || $help || ($batchfile && scalar(@ARGV)!=1) || (!$batchfile && scalar(@ARGV)<2) ) { - print "Usage: $iam [-V] [-d] [-n] [-i ] [-l ] [-p ] [-f ] \n"; - print " $iam [-V] [-d] [-n] [-i ] [-l ] [-p ] [-f ] -b \n"; + print "Usage: $iam [-V] [-d] [-i ] [-l ] [-p ] [-f ] \n"; + print " $iam [-V] [-d] [-i ] [-l ] [-p ] [-f ] -b \n"; exit; } my %nodehdl;