Browse Source

remove trailing whitespaces; remove dest_vm argument

Chris P 3 years ago
parent
commit
0a40fd1939
1 changed files with 4 additions and 4 deletions
  1. 4 4
      doc/vm-tools/qvm-copy.rst

+ 4 - 4
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
 ==============