From 0a40fd19392a488274f192ab8fa7eb56c2c43afa Mon Sep 17 00:00:00 2001 From: Chris P Date: Thu, 4 Feb 2021 12:47:09 +0100 Subject: [PATCH] remove trailing whitespaces; remove dest_vm argument --- doc/vm-tools/qvm-copy.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/vm-tools/qvm-copy.rst b/doc/vm-tools/qvm-copy.rst index 69d36e8..c4f68a0 100644 --- a/doc/vm-tools/qvm-copy.rst +++ b/doc/vm-tools/qvm-copy.rst @@ -4,18 +4,18 @@ qvm-copy NAME ==== -qvm-copy - copy specified files to specified destination VM +qvm-copy - copy specified files to a destination VM. Prompt user to select a destination VM. SYNOPSIS ======== -| qvm-copy [--without-progress] dest_vmname file [file]+ +| qvm-copy [--without-progress] file [file]+ OPTIONS ======= --without-progress Don't display progress info - - + + ============== qvm-copy-to-vm ==============