diff --git a/xCAT-client/pods/man1/nimnodecust.1.pod b/xCAT-client/pods/man1/nimnodecust.1.pod index 93cba2a36..63147672b 100644 --- a/xCAT-client/pods/man1/nimnodecust.1.pod +++ b/xCAT-client/pods/man1/nimnodecust.1.pod @@ -10,7 +10,7 @@ B I [B<-p> I] [B<-b> I") @@ -26,7 +26,7 @@ A bundle file contains a list of package names. The RPMs must have a prefix of I:openssh.base I:openssh.license -To create a NIM installp_bundle definition you can use the "nim -o define" operation. For example, to create a definition called "mypackages" for a bundle file located at "/install/nim/mypkgs.bnd" you could issue the following command. +To create a NIM installp_bundle definition you can use the "nim -o define" operation. For example, to create a definition called "mypackages" for a bundle file located at "/install/nim/mypkgs.bnd" you could issue the following command. nim -o define -t installp_bundle -a server=master -a location=/install/nim/mypkgs.bnd mypackages @@ -41,7 +41,7 @@ The xCAT nimnodecust command will automatically handle the distribution of the p =item I Specifies one or more "attribute equals value" pairs, separated by spaces. Attr=val pairs must be specified last on the command line. These are used to specify -additional values that can be passed to the underlying NIM commands, ("nim -o cust..."). See the NIM documentation for valid "nim" command line options. +additional values that can be passed to the underlying NIM commands, ("nim -o cust..."). See the NIM documentation for valid "nim" command line options. =item B<-b> I @@ -79,7 +79,7 @@ An error has occurred. =head1 EXAMPLES -1) Install the installp package "openssh.base.server" on an xCAT node named "node01". Assume that the package has been copied to the NIM lpp_source resource called "61lppsource". +1) Install the installp package "openssh.base.server" on an xCAT node named "node01". Assume that the package has been copied to the NIM lpp_source resource called "61lppsource". nimnodecust -s 61lppsource -p openssh.base.server node01