Signed-off-by: Dan Walsh <dwalsh(a)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