summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-29 23:31:38 +0200
committerLennart Poettering <lennart@poettering.net>2011-03-29 23:31:38 +0200
commitcd25cce98f5cc930202212c3c9c13605c09698b4 (patch)
tree7c186394fed8a04e5ad8fef37eda670282f2a08e /src/systemctl-bash-completion.sh
parentcgroup: explain when we cannot initialize the cgroup stuff (diff)
downloadsystemd-cd25cce98f5cc930202212c3c9c13605c09698b4.tar.gz
systemd-cd25cce98f5cc930202212c3c9c13605c09698b4.tar.bz2
systemd-cd25cce98f5cc930202212c3c9c13605c09698b4.zip
exec: drop process group kill mode since it has little use and confuses the user
Diffstat (limited to 'src/systemctl-bash-completion.sh')
-rw-r--r--src/systemctl-bash-completion.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl-bash-completion.sh b/src/systemctl-bash-completion.sh
index f3420217b..ae0ecb7b7 100644
--- a/src/systemctl-bash-completion.sh
+++ b/src/systemctl-bash-completion.sh
@@ -60,7 +60,7 @@ _systemctl () {
comps='all control main'
;;
--kill-mode)
- comps='control-group process process-group'
+ comps='control-group process'
;;
--property|-p)
comps=''