From eaf8a4451d28f5c45005a74632b8ee204476bdc1 Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 2 Jun 2010 19:29:38 +0000 Subject: [PATCH] fix example git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6322 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/sinv.1.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/sinv.1.pod b/xCAT-client/pods/man1/sinv.1.pod index 38be5c60f..eb7057b81 100644 --- a/xCAT-client/pods/man1/sinv.1.pod +++ b/xCAT-client/pods/man1/sinv.1.pod @@ -205,7 +205,7 @@ on the nodegroup, B ,possibly generating up to two new templates, and removing all generated templates in the end, and writing output report to /tmp/sinv.output, enter: -B I< -c "xdsh testnodes rpm -qa | grep xCAT" -p /tmp/sinv.template -t 2 -r -o /tmp/sinv.output> +B I< -c "xdsh testnodes rpm -qa | grep ssh" -p /tmp/sinv.template -t 2 -r -o /tmp/sinv.output> Note: do not add the pipe to xdshcoll on the -c flag, it is automatically added by the sinv routine.