1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Fixed version output.

This commit is contained in:
Guenter Knauf 2013-04-04 00:23:58 +02:00
parent c3fa3aaf2c
commit ce8a35c318

View File

@ -76,7 +76,7 @@ sub HELP_MESSAGE() {
}
sub VERSION_MESSAGE() {
print "${0} version ${version} running on Perl ${]} on ${^O}\n";
print "${0} version ${version} running Perl ${]} on ${^O}\n";
}
HELP_MESSAGE() if ($opt_h);