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() {