fix for bug 3016456: indicate the execution sequence for -F, -P and -S

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6525 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-06-18 06:10:45 +00:00
parent f8fab79782
commit 27cc977362

View File

@ -43,6 +43,9 @@ which doing by "-S", "-P" and "-F" flags.
If you wish to limit updatenode to one or two specific
actions you can use combinations of the "-S", "-P", and "-F" flags.
If more than one actions doing by "-S", "-P" and "-F" need to be performed,
the execution sequence is "-F", "-S" and then "-P".
For example, If you just want to synchronize configuration file you could
specify the "-F" flag. If you want to synchronize files and update
software you would specify the "-F" and "-S" flags. See the descriptions