Skip to content

Commit

Permalink
Merge pull request debauchee#973 from albertony/obsolete_service_help
Browse files Browse the repository at this point in the history
Cleanup obsolete options in help text
  • Loading branch information
p12tic authored Dec 9, 2020
2 parents 2da6cb3 + 7284986 commit bbea197
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib/barrier/App.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,11 @@ class MinimalApp : public App {

// 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

0 comments on commit bbea197

Please sign in to comment.