mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
fish: Fix small typos in virt-copy-in and virt-copy-out man pages (RHBZ#1398070).
Thanks: Xianghua Chen
This commit is contained in:
@@ -13,7 +13,7 @@ virt-copy-in - Copy files and directories into a virtual machine disk image.
|
||||
C<virt-copy-in> 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.
|
||||
|
||||
@@ -13,7 +13,7 @@ virt-copy-out - Copy files and directories out of a virtual machine disk image.
|
||||
C<virt-copy-out> 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
|
||||
|
||||
Reference in New Issue
Block a user