{ } is for required arguments when the user has to choose between several items, one of which is required.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12250 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2012-04-17 06:15:41 +00:00
parent 2121f70ebe
commit 56d219f881

View File

@ -8,15 +8,15 @@ B<rflash> [B<-h>|B<--help> | B<-v>|B<--version>]
=head2 PPC (with HMC) specific:
B<rflash> I<noderange> B<-p> I<directory> [B<--activate> B<concurrent>|B<disruptive>] [B<-V>|B<--verbose>]
B<rflash> I<noderange> B<-p> I<directory> {B<--activate> B<concurrent>|B<disruptive>} [B<-V>|B<--verbose>]
B<rflash> I<noderange> [B<--commit>|B<--recover>] [B<-V>|B<--verbose>]
B<rflash> I<noderange> {B<--commit>|B<--recover>} [B<-V>|B<--verbose>]
=head2 PPC (without HMC, using Direct FSP Management) specific:
B<rflash> I<noderange> B<-p> I<directory> B<--activate> B<disruptive> [B<-d> I<data_directory>]
B<rflash> I<noderange> [B<--commit>|B<--recover>]
B<rflash> I<noderange> {B<--commit>|B<--recover>}
=head1 B<Description>