summaryrefslogtreecommitdiff
path: root/shell-completion/bash/timedatectl
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/bash/timedatectl')
-rw-r--r--shell-completion/bash/timedatectl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/timedatectl b/shell-completion/bash/timedatectl
index 385dee7dd4..4605fafc46 100644
--- a/shell-completion/bash/timedatectl
+++ b/shell-completion/bash/timedatectl
@@ -27,7 +27,7 @@ __contains_word () {
__get_machines() {
local a b
- machinectl list --no-legend --no-pager | { while read a b; do echo " $a"; done; };
+ machinectl list --full --no-legend --no-pager | { while read a b; do echo " $a"; done; };
}
__get_interfaces(){