From a26bba1cc9990b7f84ef3830c3b0d83f19426d83 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Sat, 5 Jun 2010 00:05:17 +0000 Subject: [PATCH] Fixed minor syntax error --- lib/synergy/CClientApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/synergy/CClientApp.cpp b/lib/synergy/CClientApp.cpp index 44cc50d6..bb332891 100644 --- a/lib/synergy/CClientApp.cpp +++ b/lib/synergy/CClientApp.cpp @@ -193,7 +193,7 @@ CClientApp::help() "\n" "The server address is of the form: [][:]. 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 );