We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1653f commit bbef6b2Copy full SHA for bbef6b2
bin/pveversion
@@ -50,7 +50,7 @@ my $opt_verbose;
50
if (!GetOptions ('verbose' => \$opt_verbose)) {
51
print_usage ();
52
exit (-1);
53
-}
+}
54
55
if (scalar (@ARGV) != 0) {
56
@@ -76,7 +76,7 @@ __END__
76
77
=head1 NAME
78
79
-pveversion - Proxmox VE version info
+pveversion - Proxmox VE version info
80
81
=head1 SYNOPSIS
82
0 commit comments