Added "--enable-crypto" to help #4922

This commit is contained in:
Nigel Armstrong 2015-08-04 22:24:04 -04:00 committed by Jerry (Xinyu Hou)
parent 60b56f9e58
commit 6e7adeac85
1 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,8 @@ private:
"* --restart restart the server automatically if it fails.\n" \
" -l --log <file> 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" \