upnpc: update printed "banner"

This commit is contained in:
Thomas Bernard 2024-01-07 23:55:30 +01:00
parent e0fd153469
commit 78afeed634
1 changed files with 3 additions and 3 deletions

View File

@ -592,10 +592,10 @@ int main(int argc, char ** argv)
return -1;
}
#endif
printf("upnpc : miniupnpc library test client, version %s.\n", MINIUPNPC_VERSION_STRING);
printf("upnpc: miniupnpc library test client, version %s.\n", MINIUPNPC_VERSION_STRING);
printf(" (c) 2005-2024 Thomas Bernard.\n");
printf("Go to http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/\n"
"for more information.\n");
printf("More information at https://miniupnp.tuxfamily.org/ or http://miniupnp.free.fr/\n\n");
/* command line processing */
for(i=1; i<argc; i++)
{