Remove from help text unsupported --relaunch option and note --service option is obsolete on windows

This commit is contained in:
albertony 2020-12-06 18:48:01 +01:00
parent 06951ea9f0
commit 72849864a3
1 changed files with 2 additions and 3 deletions

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