Merge pull request #973 from albertony/obsolete_service_help

Cleanup obsolete options in help text
This commit is contained in:
Povilas Kanapickas
2020-12-10 00:00:44 +02:00
committed by GitHub

View File

@@ -191,12 +191,11 @@ private:
// windows args
# define HELP_SYS_ARGS \
" [--service <action>] [--relaunch] [--exit-pause]"
" [--exit-pause]"
# define HELP_SYS_INFO \
" --service <action> manage the windows service, valid options are:\n" \
" install/uninstall/start/stop\n" \
" --relaunch persistently relaunches process in current user \n" \
" session (useful for vista and upward).\n" \
" (obsolete, use barrierd instead)\n" \
" --exit-pause wait for key press on exit, can be useful for\n" \
" reading error messages that occur on exit.\n"
#endif