2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-02 23:35:36 +00:00

Add -n and -R options to help; reported by Radovan Sroka

This commit is contained in:
Todd C. Miller
2018-12-11 09:17:15 -07:00
parent 258c7d4dd0
commit 72050203bc

View File

@@ -1622,6 +1622,8 @@ help(void)
" -h, --help display help message and exit\n"
" -l, --list list available session IDs, with optional expression\n"
" -m, --max-wait=num max number of seconds to wait between events\n"
" -n, --non-interactive no prompts, session is sent to the standard output\n"
" -R, --no-resize do not attempt to re-size the terminal\n"
" -S, --suspend-wait wait while the command was suspended\n"
" -s, --speed=num speed up or slow down output\n"
" -V, --version display version information and exit"));