From 467d16f2ca505101a2b6a394531874bcf02a4646 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 8 May 2009 17:38:10 +0000 Subject: [PATCH] fix xdcp manpage rsync example git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3324 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdcp.1.pod | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/xCAT-client/pods/man1/xdcp.1.pod b/xCAT-client/pods/man1/xdcp.1.pod index 636d2eb04..fb38b1bb4 100644 --- a/xCAT-client/pods/man1/xdcp.1.pod +++ b/xCAT-client/pods/man1/xdcp.1.pod @@ -319,13 +319,9 @@ B I =item * To copy /localnode/smallfile and /tmp/bigfile to /tmp on node1 -using rsync (ssh), enter: +using rsync (ssh) and input -z flag to rsync, enter: -I - -This command uses rsync with the ssh remote command -and the -z flag on rsync. +I =item *