From 9bcf0495303501b485abd625eff03d7e07e2f2f9 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 5 Feb 2010 03:20:33 +0000 Subject: [PATCH] relative path support for xdsh/xdcp git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5159 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdcp.1.pod | 4 ++-- xCAT-client/pods/man1/xdsh.1.pod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xCAT-client/pods/man1/xdcp.1.pod b/xCAT-client/pods/man1/xdcp.1.pod index d8c35afef..1a822cd49 100644 --- a/xCAT-client/pods/man1/xdcp.1.pod +++ b/xCAT-client/pods/man1/xdcp.1.pod @@ -104,7 +104,7 @@ is not specified, a default fanout value of B<64> is used. =item B<-F>|B<--File> I -Specifies the full path to the file that will be used to +Specifies the path to the file that will be used to build the rsync command. The format of the input file is as follows, each line contains: ... -> < path to destination file/directory> @@ -130,7 +130,7 @@ Displays usage information. =item B<-i>|B<--rootimg> I -Specifies the full path to the install image on the local Linux node. +Specifies the path to the install image on the local Linux node. diff --git a/xCAT-client/pods/man1/xdsh.1.pod b/xCAT-client/pods/man1/xdsh.1.pod index 64aa70798..06d35bb04 100644 --- a/xCAT-client/pods/man1/xdsh.1.pod +++ b/xCAT-client/pods/man1/xdsh.1.pod @@ -276,14 +276,14 @@ written to standard output. =item B<-r>|B<--node-rsh> I -Specifies the full path of the remote shell command used +Specifies the path of the remote shell command used for remote command execution on node targets. =item B<-i>|B<--rootimg> I -Specifies the full path to the install image on the local node. +Specifies the path to the install image on the local node. xdsh will chroot to this path and run the xdsh command against the install image. No other xdsh flags, environment variables apply with this input. A noderange is not accepted. Only runs on the local host,