From 0ca1926ec314d66e7400fb9821889866ccdd02cc Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 9 Jan 2020 20:21:28 +0900 Subject: [PATCH] bash-completion: networkctl: support --full and --lines --- 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 290a62f811..47fff4a2dc 100644 --- a/shell-completion/bash/networkctl +++ b/shell-completion/bash/networkctl @@ -32,8 +32,8 @@ _networkctl() { local i verb comps local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} local -A OPTS=( - [STANDALONE]='-a --all -h --help --version --no-pager --no-legend -s --stats' - [ARG]='' + [STANDALONE]='-a --all -h --help --version --no-pager --no-legend -s --stats -l --full' + [ARG]='-n --lines' ) local -A VERBS=(