diff --git a/xCAT-client/bin/xcatclient b/xCAT-client/bin/xcatclient index 7f68579c9..aeb0b7124 100755 --- a/xCAT-client/bin/xcatclient +++ b/xCAT-client/bin/xcatclient @@ -102,9 +102,9 @@ foreach (keys %ENV) { } } -# Allow to print server information when -V +# Allow to print server information when -V/--verbose foreach (reverse(@ARGV)) { - if ($_ eq '-V') { + if ($_ eq '-V' || $_ eq '--verbose') { $ENV{'XCATSHOWSVR'} = 1; last; }