From f568dcd1013877b65d9b0ef4333d4cfdba19819c Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 10 Jan 2018 17:36:34 +0900 Subject: [PATCH] bash-completion: networkctl: 'list' and 'lldp' can take links --- shell-completion/bash/networkctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 0c36aaf..fb92c67 100644 --- a/shell-completion/bash/networkctl +++ b/shell-completion/bash/networkctl @@ -37,8 +37,8 @@ _networkctl() { ) local -A VERBS=( - [STANDALONE]='list lldp label' - [LINKS]='status' + [STANDALONE]='label' + [LINKS]='status list lldp' ) _init_completion || return -- 2.7.4