From 6e7adeac852356217f2ad498128f05e5de84a6ac Mon Sep 17 00:00:00 2001 From: Nigel Armstrong Date: Tue, 4 Aug 2015 22:24:04 -0400 Subject: [PATCH] Added "--enable-crypto" to help #4922 --- src/lib/synergy/App.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/synergy/App.h b/src/lib/synergy/App.h index 2c11a7c5..2ce85d2f 100644 --- a/src/lib/synergy/App.h +++ b/src/lib/synergy/App.h @@ -163,7 +163,8 @@ private: "* --restart restart the server automatically if it fails.\n" \ " -l --log write log messages to file.\n" \ " --no-tray disable the system tray icon.\n" \ - " --enable-drag-drop enable file drag & drop.\n" + " --enable-drag-drop enable file drag & drop.\n" \ + " --enable-crypto enable the crypto (ssl) plugin.\n" #define HELP_COMMON_INFO_2 \ " -h, --help display this help and exit.\n" \