summaryrefslogtreecommitdiff
path: root/shell-completion
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-01-10 12:13:12 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-01-10 12:13:12 +0900
commit6c64cf8859eab94b151345fb49542416e270149a (patch)
treecd3f0bb214401f5015b531d5653e069aa44fd338 /shell-completion
parenta42d94908003983a3064d65aca1ce2a88ddbc2cd (diff)
downloadsystemd-6c64cf8859eab94b151345fb49542416e270149a.tar.gz
bash-completion: networkctl: do not show ellipsized link name
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/networkctl2
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() {