[systemd-commits] shell-completion/bash shell-completion/zsh
Dave Reisner
dreisner at kemper.freedesktop.org
Fri Sep 20 11:48:55 PDT 2013
shell-completion/bash/systemctl | 2 +-
shell-completion/zsh/_systemctl | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit d808ca6414cd29d56507bed78fce2d26c6b00f15
Author: Dave Reisner <dreisner at archlinux.org>
Date: Thu Sep 19 18:00:36 2013 -0400
completion/systemctl: add missing list-sockets verb
diff --git a/shell-completion/bash/systemctl b/shell-completion/bash/systemctl
index 5346eef..e335ee8 100644
--- a/shell-completion/bash/systemctl
+++ b/shell-completion/bash/systemctl
@@ -139,7 +139,7 @@ _systemctl () {
[ENVS]='set-environment unset-environment'
[STANDALONE]='daemon-reexec daemon-reload default dump
emergency exit halt hibernate hybrid-sleep kexec list-jobs
- list-units list-unit-files poweroff reboot rescue
+ list-sockets list-units list-unit-files poweroff reboot rescue
show-environment suspend get-default'
[NAME]='snapshot load'
[FILE]='link'
diff --git a/shell-completion/zsh/_systemctl b/shell-completion/zsh/_systemctl
index 3d5f2ff..298e97e 100644
--- a/shell-completion/zsh/_systemctl
+++ b/shell-completion/zsh/_systemctl
@@ -4,6 +4,7 @@
{
local -a _systemctl_cmds
_systemctl_cmds=(
+ "list-sockets:List sockets"
"list-units:List units"
"start:Start (activate) one or more units"
"stop:Stop (deactivate) one or more units"
More information about the systemd-commits
mailing list