diff --git a/fish/virt-copy-in.pod b/fish/virt-copy-in.pod index 8c56c0e55..a3f87446b 100644 --- a/fish/virt-copy-in.pod +++ b/fish/virt-copy-in.pod @@ -13,7 +13,7 @@ virt-copy-in - Copy files and directories into a virtual machine disk image. C copies files and directories from the local disk into a virtual machine disk image or named libvirt domain. -You can give one of more filenames and directories on the command +You can give one or more filenames and directories on the command line. Directories are copied in recursively. The final parameter must be the destination directory in the disk image which must be an absolute path starting with a F character. diff --git a/fish/virt-copy-out.pod b/fish/virt-copy-out.pod index f3ad07cee..9c52e5868 100644 --- a/fish/virt-copy-out.pod +++ b/fish/virt-copy-out.pod @@ -13,7 +13,7 @@ virt-copy-out - Copy files and directories out of a virtual machine disk image. C copies files and directories out of a virtual machine disk image or named libvirt domain. -You can give one of more filenames and directories on the command +You can give one or more filenames and directories on the command line. Directories are copied out recursively. =head1 EXAMPLES