mirror of
git://git.proxmox.com/git/pve-zsync.git
synced 2025-01-18 14:03:35 +03:00
fixup HEREDOC usage
This commit is contained in:
parent
6bae4d8e6d
commit
7d54b8ba78
24
pve-zsync
24
pve-zsync
@ -1024,7 +1024,8 @@ sub send_image {
|
|||||||
die "\n";
|
die "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
my $help_sync = << EOF$PROGNAME sync -dest <string> -source <string> [OPTIONS]\n
|
my $help_sync = <<EOF;
|
||||||
|
$PROGNAME sync -dest <string> -source <string> [OPTIONS]\n
|
||||||
|
|
||||||
will sync one time
|
will sync one time
|
||||||
|
|
||||||
@ -1054,7 +1055,8 @@ sub send_image {
|
|||||||
print out the sync progress.
|
print out the sync progress.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
my $help_create = << EOF$PROGNAME create -dest <string> -source <string> [OPTIONS]
|
my $help_create = <<EOF;
|
||||||
|
$PROGNAME create -dest <string> -source <string> [OPTIONS]
|
||||||
|
|
||||||
Create a sync Job
|
Create a sync Job
|
||||||
|
|
||||||
@ -1083,7 +1085,8 @@ EOF
|
|||||||
the source can be an <VMID> or [IP:]<ZFSPool>[/Path]
|
the source can be an <VMID> or [IP:]<ZFSPool>[/Path]
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
my $help_destroy = << EOF$PROGNAME destroy -source <string> [OPTIONS]
|
my $help_destroy = <<EOF;
|
||||||
|
$PROGNAME destroy -source <string> [OPTIONS]
|
||||||
|
|
||||||
remove a sync Job from the scheduler
|
remove a sync Job from the scheduler
|
||||||
|
|
||||||
@ -1096,7 +1099,8 @@ EOF
|
|||||||
the source can be an <VMID> or [IP:]<ZFSPool>[/Path]
|
the source can be an <VMID> or [IP:]<ZFSPool>[/Path]
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
my $help_help = << EOF$PROGNAME help <cmd> [OPTIONS]
|
my $help_help = <<EOF;
|
||||||
|
$PROGNAME help <cmd> [OPTIONS]
|
||||||
|
|
||||||
Get help about specified command.
|
Get help about specified command.
|
||||||
|
|
||||||
@ -1109,17 +1113,20 @@ EOF
|
|||||||
Verbose output format.
|
Verbose output format.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
my $help_list = << EOF$PROGNAME list
|
my $help_list = <<EOF;
|
||||||
|
$PROGNAME list
|
||||||
|
|
||||||
Get a List of all scheduled Sync Jobs
|
Get a List of all scheduled Sync Jobs
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
my $help_status = << EOF$PROGNAME status
|
my $help_status = <<EOF;
|
||||||
|
$PROGNAME status
|
||||||
|
|
||||||
Get the status of all scheduled Sync Jobs
|
Get the status of all scheduled Sync Jobs
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
my $help_enable = << EOF$PROGNAME enable -source <string> [OPTIONS]
|
my $help_enable = <<EOF;
|
||||||
|
$PROGNAME enable -source <string> [OPTIONS]
|
||||||
|
|
||||||
enable a syncjob and reset error
|
enable a syncjob and reset error
|
||||||
|
|
||||||
@ -1132,7 +1139,8 @@ EOF
|
|||||||
the source can be an <VMID> or [IP:]<ZFSPool>[/Path]
|
the source can be an <VMID> or [IP:]<ZFSPool>[/Path]
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
my $help_disable = << EOF$PROGNAME disable -source <string> [OPTIONS]
|
my $help_disable = <<EOF;
|
||||||
|
$PROGNAME disable -source <string> [OPTIONS]
|
||||||
|
|
||||||
pause a sync job
|
pause a sync job
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user