From c47b4bd492dfbead6d399d2671ae4df7e23cb155 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Thu, 14 Sep 2017 14:40:49 +0100 Subject: [PATCH] #6151 Remove redundant --no-tray arg --- src/lib/core/App.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/core/App.h b/src/lib/core/App.h index 51005bf9..fb8bf545 100644 --- a/src/lib/core/App.h +++ b/src/lib/core/App.h @@ -155,7 +155,6 @@ private: " -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" \ " --enable-drag-drop enable file drag & drop.\n" \ " --enable-crypto enable the crypto (ssl) plugin.\n"