mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-29 22:37:42 +02:00
Fixed minor syntax error
This commit is contained in:
parent
bc014ad24a
commit
a26bba1cc9
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ CClientApp::help()
|
||||||
"\n"
|
"\n"
|
||||||
"The server address is of the form: [<hostname>][:<port>]. The hostname\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"
|
"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
|
args().m_pname, kDefaultPort
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue