summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-01-29 23:30:00 +0200
committerVille Skyttä <ville.skytta@iki.fi>2011-01-29 23:30:15 +0200
commitb8ad9989234a7b170c653ae5b50622b45cd89ba3 (patch)
tree8f06f22392f842be8b42fd27bbd75738fe4602b0
parent7cf4ad9dc45ceab69b36c9a105360ff53b5bba04 (diff)
downloadbash-completion-b8ad9989234a7b170c653ae5b50622b45cd89ba3.tar.gz
Complete runuser like su.
-rw-r--r--bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion b/bash_completion
index b7966562..0b5005ee 100644
--- a/bash_completion
+++ b/bash_completion
@@ -128,7 +128,7 @@ complete -f -X '!@(*.@(ks|jks|jceks|p12|pfx|bks|ubr|gkr|cer|crt|cert|p7b|pkipath
# start of section containing compspecs that can be handled within bash
# user commands see only users
-complete -u su write chfn groups slay w sux
+complete -u su write chfn groups slay w sux runuser
# bg completes with stopped jobs
complete -A stopped -P '"%' -S '"' bg