[libvirt] [sandbox PATCH 05/15] Change virt-sandbox-service-create.pod to use correct command --copy

Dan Walsh dwalsh at redhat.com
Wed Apr 3 23:17:23 UTC 2013


Current the documentation says that you use --clone while the code uses --copy
when you are createing a sandbox service container.

Signed-off-by: Dan Walsh <dwalsh at redhat.com>
---
 bin/virt-sandbox-service-create.pod | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/virt-sandbox-service-create.pod b/bin/virt-sandbox-service-create.pod
index 1f82e1d..3fb8ae0 100644
--- a/bin/virt-sandbox-service-create.pod
+++ b/bin/virt-sandbox-service-create.pod
@@ -4,7 +4,7 @@ virt-sandbox-service create - Create a Security container
 
 =head1 SYNOPSIS
 
-  virt-sandbox-service [-c URI] create [-h] -u UNIT_FILE [ --clone ] [-p PATH] [-N NETWORK-OPTS] [-s SECURITY-OPTS] [-i SIZE] [-n] NAME
+  virt-sandbox-service [-c URI] create [-h] -u UNIT_FILE [ --copy ] [-p PATH] [-N NETWORK-OPTS] [-s SECURITY-OPTS] [-i SIZE] [-n] NAME
 
 =head1 DESCRIPTION
 
@@ -34,9 +34,9 @@ supported currently).
 Name of the systemd unit file to be to run within the container. Can be repeated
 if multiple unit files are required within the sandbox.
 
-=item B<-C>, B<--clone>
+=item B<-C>, B<--copy>
 
-Clone content from /etc and /var directories that will be mounted within the container.
+Copy content from /etc and /var directories that will be mounted within the container.
 
 =item B<-p PATH>, B<--path PATH>
 
-- 
1.8.2




More information about the libvir-list mailing list