From 97df71b507ae78657f6cda51dc8328eded2bf46d Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 27 Dec 2012 06:02:07 +0000 Subject: [PATCH] fix for bug 3200: update psh manpage to emphasize the psh arguments need to precede noderange git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14717 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/psh.1.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/psh.1.pod b/xCAT-client/pods/man1/psh.1.pod index 8da9bc043..c42ac2dad 100644 --- a/xCAT-client/pods/man1/psh.1.pod +++ b/xCAT-client/pods/man1/psh.1.pod @@ -14,10 +14,14 @@ B is a utility used to run a command across a list of nodes in parallel. B must be set up to allow no prompting for B to work. -Note: this command does not run through xcatd like most xCAT commands do. +Note: + +This command does not run through xcatd like most xCAT commands do. This means you must either run it on the management node, or have a network connection between your machine and the nodes. +B arguments need to precede noderange, otherwise, you will get unexpected errors. + =head1 B =over 7