From bc014ad24a4e862104bebd914626afe96948b7ae Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Fri, 4 Jun 2010 23:48:22 +0000 Subject: [PATCH] Removing less than useful help text. --- lib/synergy/CClientApp.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/synergy/CClientApp.cpp b/lib/synergy/CClientApp.cpp index 7bfb0ec6..44cc50d6 100644 --- a/lib/synergy/CClientApp.cpp +++ b/lib/synergy/CClientApp.cpp @@ -194,9 +194,6 @@ CClientApp::help() "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" - "\n" - "Where log messages go depends on the platform and whether or not the\n" - "client is running as a daemon.", args().m_pname, kDefaultPort );