Fixed minor syntax error

This commit is contained in:
Nick Bolton 2010-06-05 00:05:17 +00:00
parent bc014ad24a
commit a26bba1cc9
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ CClientApp::help()
"\n"
"The server address is of the form: [<hostname>][:<port>]. The hostname\n"
"must be the address or hostname of the server. The port overrides the\n"
"default port, %d.\n"
"default port, %d.\n",
args().m_pname, kDefaultPort
);