]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: add `--pty` and `--no-pty` options for `su` and `runuser`
authorChristoph Anton Mitterer <mail@christoph.anton.mitterer.name>
Mon, 25 Nov 2024 01:38:14 +0000 (02:38 +0100)
committerChristoph Anton Mitterer <mail@christoph.anton.mitterer.name>
Mon, 25 Nov 2024 01:38:14 +0000 (02:38 +0100)
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
bash-completion/su

index 6eba9ddd365155447f59939ef830b184ff002c7c..6aa084b7f653c222a72beb01c59daa236acc39c8 100644 (file)
@@ -33,6 +33,8 @@ _su_module()
                                --session-command
                                --fast
                                --shell
+                               --pty
+                               --no-pty
                                --help
                                --version"
                        if [ "${prog}" = runuser ]; then