mirror of
https://github.com/curl/curl.git
synced 2026-06-24 08:45:41 +03:00
Fixed version output.
This commit is contained in:
parent
c3fa3aaf2c
commit
ce8a35c318
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue