From 27cc977362cf6c5bfdb70d9163013b5c55f1dac9 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 18 Jun 2010 06:10:45 +0000 Subject: [PATCH] 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 --- xCAT-client/pods/man1/updatenode.1.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-client/pods/man1/updatenode.1.pod b/xCAT-client/pods/man1/updatenode.1.pod index 46c0279c5..d90974af7 100644 --- a/xCAT-client/pods/man1/updatenode.1.pod +++ b/xCAT-client/pods/man1/updatenode.1.pod @@ -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