mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Show full version properly when -V is invoked with new versioning system.
This commit is contained in:
parent
7b59e41aaf
commit
e66d97ab19
1 changed files with 1 additions and 2 deletions
3
main.c
3
main.c
|
|
@ -650,8 +650,7 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
break;
|
||||
case 'V':
|
||||
print_output("lrzip version %d.%d%d\n",
|
||||
LRZIP_MAJOR_VERSION, LRZIP_MINOR_VERSION, LRZIP_MINOR_SUBVERSION);
|
||||
print_output("lrzip version %s\n", PACKAGE_VERSION);
|
||||
exit(0);
|
||||
break;
|
||||
case 'w':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue