diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-06-27 16:30:41 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-06-27 16:30:41 +0200 |
commit | a5be8dabd62543a018e8ab4c3b2cf810f15b6a92 (patch) | |
tree | 0ff2f25ec9c3c291ad1ca7db22dc78fd6d35c018 /shell-completion/zsh/_networkctl | |
parent | networkctl: display address labels (diff) | |
download | systemd-a5be8dabd62543a018e8ab4c3b2cf810f15b6a92.tar.xz systemd-a5be8dabd62543a018e8ab4c3b2cf810f15b6a92.zip |
Add networkctl label to man and shell completion
Diffstat (limited to '')
-rw-r--r-- | shell-completion/zsh/_networkctl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell-completion/zsh/_networkctl b/shell-completion/zsh/_networkctl index 61f173b78e..acf7463edb 100644 --- a/shell-completion/zsh/_networkctl +++ b/shell-completion/zsh/_networkctl @@ -6,6 +6,7 @@ _networkctl_command(){ 'list:List existing links' 'status:Show information about the specified links' 'lldp:Show Link Layer Discovery Protocol status' + 'label:Show address labels' ) if (( CURRENT == 1 )); then _describe -t commands 'networkctl command' _networkctl_cmds |