Changed -d to --nodeps option

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@756 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2008-03-11 14:15:55 +00:00
parent 8b985a18e3
commit ac46b5f4ba

View File

@ -6,7 +6,7 @@ rpower - remote power control
B<rpower>
I<noderange>
B<[-d]> B<on>|B<off>|B<stat>|B<state>|B<reset>|B<boot>|B<cycle>
B<[--nodeps]> B<on>|B<off>|B<stat>|B<state>|B<reset>|B<boot>|B<cycle>
B<rpower>
[B<-h>|B<--help>]
@ -48,10 +48,9 @@ The option is recommended over B<cycle>.
Power off, then on.
=item B<-d>
=item B<--nodeps>
Use dependency table.
Valid only with on|off|boot|reset|cycle and blade power method.
Do not use dependency table (default is to use dependency table). Valid only with on|off|boot|reset|cycle for blade power method.
=item B<-h>, B<--help>
@ -115,3 +114,4 @@ node5: on
This command is part of the xCAT software product.