fix(version): update copyright year

Signed-off-by: Felipe Zipitria <fzipitria@perceptyx.com>
pull/2941/head
Felipe Zipitria 6 years ago committed by René Cannaò
parent a0fc25fd8a
commit 2ade734571

@ -120,7 +120,7 @@ ProxySQL_GlobalVariables::ProxySQL_GlobalVariables() :
opt->overview="High Performance Advanced Proxy for MySQL";
opt->syntax="proxysql [OPTIONS]";
std::string s = "\n\nProxySQL " ;
s = s + "rev. " + PROXYSQL_VERSION + " -- " + __TIMESTAMP__ + "\nCopyright (C) 2013-2019 ProxySQL LLC\nThis program is free and without warranty\n";
s = s + "rev. " + PROXYSQL_VERSION + " -- " + __TIMESTAMP__ + "\nCopyright (C) 2013-2020 ProxySQL LLC\nThis program is free and without warranty\n";
opt->footer =s.c_str();
opt->add((const char *)"",0,0,0,(const char *)"Display usage instructions.",(const char *)"-h",(const char *)"-help",(const char *)"--help",(const char *)"--usage");

Loading…
Cancel
Save