mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-05 14:25:42 +00:00
Show correct appname when called in compat mode
This commit is contained in:
parent
efe2ce91ca
commit
3cfb993ce3
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -64,7 +64,7 @@ static rzip_control base_control, local_control, *control;
|
|||
|
||||
static void usage(bool compat)
|
||||
{
|
||||
print_output("lrzip version %s\n", PACKAGE_VERSION);
|
||||
print_output("lrz%s version %s\n", compat ? "" : "ip", PACKAGE_VERSION);
|
||||
print_output("Copyright (C) Con Kolivas 2006-2015\n");
|
||||
print_output("Based on rzip ");
|
||||
print_output("Copyright (C) Andrew Tridgell 1998-2003\n\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue