update copyright line
This commit is contained in:
parent
05b9493a9f
commit
9b425cd6b8
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ void printHelp(bool printAll)
|
|||
{
|
||||
cout << "blacklist " << AutoVersion::FULLVERSION_STRING << ", ";
|
||||
cout << AutoVersion::STATUS << endl;
|
||||
cout << "Copyright (c) 2015 by Dominic Reich\n" << endl;
|
||||
cout << "Copyright (c) 2015-2019 by Dominic Reich\n" << endl;
|
||||
cout << "Usage: blacklist [options] <ip-address>" << endl;
|
||||
if(printAll == true)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue