From 136e94ab83f8b2e7719d70d4ba421369f3ac84ad Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 7 Feb 2013 12:23:59 +0000 Subject: [PATCH] add --fanout on updatenode git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15086 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/updatenode | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-client/bin/updatenode b/xCAT-client/bin/updatenode index 277f39f02..e8b7e2431 100755 --- a/xCAT-client/bin/updatenode +++ b/xCAT-client/bin/updatenode @@ -95,6 +95,7 @@ if ( 'P|scripts:s' => \$::RERUNPS, 'k|security' => \$::SECURITY, 'o|os:s' => \$::OS, + 'fanout=i' => \$::fanout, ) ) { &updatenode_usage();