From d62c4a842b793417146cc143d6ab9c13c17e5937 Mon Sep 17 00:00:00 2001 From: the-wes Date: Tue, 16 Dec 2014 18:04:00 -0800 Subject: [PATCH] Update App.h update --help output. --- src/lib/synergy/App.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/synergy/App.h b/src/lib/synergy/App.h index d1133046..75d32597 100644 --- a/src/lib/synergy/App.h +++ b/src/lib/synergy/App.h @@ -156,13 +156,15 @@ private: #define HELP_COMMON_INFO_1 \ " -d, --debug filter out log messages with priority below level.\n" \ " level may be: FATAL, ERROR, WARNING, NOTE, INFO,\n" \ - " DEBUG, DEBUGn (1-5).\n" \ + " DEBUG, DEBUG1, DEBUG2.\n" \ " -n, --name use screen-name instead the hostname to identify\n" \ " this screen in the configuration.\n" \ " -1, --no-restart do not try to restart on failure.\n" \ "* --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" + " --no-tray disable the system tray icon.\n" \ + " --crypto-pass enable encryption, using the given password.\n" \ + " --enable-drag-drop enable file drag & drop.\n" #define HELP_COMMON_INFO_2 \ " -h, --help display this help and exit.\n" \