diff options
Diffstat (limited to 'shell-completion/bash/networkctl')
-rw-r--r-- | shell-completion/bash/networkctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/networkctl b/shell-completion/bash/networkctl index 47fff4a2dc..8413afa867 100644 --- a/shell-completion/bash/networkctl +++ b/shell-completion/bash/networkctl @@ -25,7 +25,7 @@ __contains_word () { } __get_links() { - networkctl list --no-legend --no-pager --all | { while read -r a b c; do echo " $b"; done; }; + networkctl list --no-legend --no-pager --all --full | { while read -r a b c; do echo " $b"; done; }; } _networkctl() { |