5
0
mirror of git://git.proxmox.com/git/pve-zsync.git synced 2025-01-03 09:17:37 +03:00

add undocumented feature in help.

This commit is contained in:
Wolfgang Link 2018-03-09 10:46:09 +01:00 committed by Thomas Lamprecht
parent d907cfd7bb
commit db24d113f7

View File

@ -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.