mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Fixed version output.
This commit is contained in:
parent
c3fa3aaf2c
commit
ce8a35c318
@ -76,7 +76,7 @@ sub HELP_MESSAGE() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub VERSION_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);
|
HELP_MESSAGE() if ($opt_h);
|
||||||
|
Loading…
Reference in New Issue
Block a user