mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 11:22:34 +00:00
pveversion: fix whitespaces
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
This commit is contained in:
parent
cb1653fdad
commit
bbef6b29b1
@ -50,7 +50,7 @@ my $opt_verbose;
|
|||||||
if (!GetOptions ('verbose' => \$opt_verbose)) {
|
if (!GetOptions ('verbose' => \$opt_verbose)) {
|
||||||
print_usage ();
|
print_usage ();
|
||||||
exit (-1);
|
exit (-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (scalar (@ARGV) != 0) {
|
if (scalar (@ARGV) != 0) {
|
||||||
print_usage ();
|
print_usage ();
|
||||||
@ -76,7 +76,7 @@ __END__
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
pveversion - Proxmox VE version info
|
pveversion - Proxmox VE version info
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user