diff options
| author | Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> | 2024-11-25 02:38:14 +0100 |
|---|---|---|
| committer | Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> | 2024-11-25 02:38:14 +0100 |
| commit | 4c60f0a0f80169840eba42d9a55bd2f920000921 (patch) | |
| tree | ed1e1827223bf72ae362ec6d8b065fa3ed74eff6 /bash-completion | |
| parent | 364f87a474ed9945e5b5527ebefe2bb15a721237 (diff) | |
| download | util-linux-4c60f0a0f80169840eba42d9a55bd2f920000921.tar.gz | |
bash-completion: add `--pty` and `--no-pty` options for `su` and `runuser`
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/su | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash-completion/su b/bash-completion/su index 6eba9ddd36..6aa084b7f6 100644 --- a/bash-completion/su +++ b/bash-completion/su @@ -33,6 +33,8 @@ _su_module() --session-command --fast --shell + --pty + --no-pty --help --version" if [ "${prog}" = runuser ]; then |
