From db24d113f783cf6f0ebea89b93974cfa6192bf61 Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Fri, 9 Mar 2018 10:46:09 +0100 Subject: [PATCH] add undocumented feature in help. --- pve-zsync | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pve-zsync b/pve-zsync index b3241ff..1b635e3 100644 --- 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 or [IP:][/Path]\n"; +\t\tthe source can be an or [IP:][/Path]\n +\t-verbose boolean\n +\t\tprint out the sync progress.\n;" my $help_create = "$PROGNAME create -dest -source [OPTIONS]/n \tCreate a sync Job\n @@ -1314,6 +1316,10 @@ pve-zsync sync -dest -source [OPTIONS] the source can be an or [IP:][/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. -- 2.39.5