From 5c46878eda4e81eb06cf0643e8998d3ce0d99d5c Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 21 Jun 2018 10:47:51 +0900 Subject: bash-completion: support 'timedatectl show' --- shell-completion/bash/timedatectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion') diff --git a/shell-completion/bash/timedatectl b/shell-completion/bash/timedatectl index 9830368a59..b2dd1a88c4 100644 --- a/shell-completion/bash/timedatectl +++ b/shell-completion/bash/timedatectl @@ -57,7 +57,7 @@ _timedatectl() { local -A VERBS=( [BOOLEAN]='set-local-rtc set-ntp' - [STANDALONE]='status list-timezones timesync-status show-timesync' + [STANDALONE]='status show list-timezones timesync-status show-timesync' [TIMEZONES]='set-timezone' [TIME]='set-time' ) -- cgit v1.2.2