]> git.proxmox.com Git - pve-zsync.git/commitdiff
add undocumented feature in help.
authorWolfgang Link <w.link@proxmox.com>
Fri, 9 Mar 2018 09:46:09 +0000 (10:46 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 9 Mar 2018 10:02:48 +0000 (11:02 +0100)
pve-zsync

index b3241ff2f19ddd2ae4b33a1b966a0e4281e29714..1b635e39905d268e5ec2b0849497ba4305c11b6f 100644 (file)
--- a/pve-zsync
+++ b/pve-zsync
@@ -1036,7 +1036,9 @@ sub send_image {
 \t\tname of the sync job, if not set it is default.
 \tIt is only necessary if scheduler allready contains this source.\n
 \t-source\tstring\n
-\t\tthe source can be an <VMID> or [IP:]<ZFSPool>[/Path]\n";
+\t\tthe source can be an <VMID> or [IP:]<ZFSPool>[/Path]\n
+\t-verbose   boolean\n
+\t\tprint out the sync progress.\n;"
 
     my $help_create = "$PROGNAME create -dest <string> -source <string> [OPTIONS]/n
 \tCreate a sync Job\n
@@ -1314,6 +1316,10 @@ pve-zsync sync -dest <string> -source <string> [OPTIONS]
 
                the source can be an <VMID> or [IP:]<ZFSPool>[/Path]
 
+       -verbose   boolean
+
+               print out the sync progress.
+
 =head1 DESCRIPTION
 
 This Tool helps you to sync your VM or directory which stored on ZFS between 2 servers.