From: Yu Watanabe Date: Wed, 10 Jan 2018 08:36:34 +0000 (+0900) Subject: bash-completion: networkctl: 'list' and 'lldp' can take links X-Git-Tag: v237~106^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f568dcd1013877b65d9b0ef4333d4cfdba19819c;p=platform%2Fupstream%2Fsystemd.git bash-completion: networkctl: 'list' and 'lldp' can take links --- 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