bash-completion: support 'timedatectl show'

This commit is contained in:
Yu Watanabe 2018-06-21 10:47:51 +09:00
parent 8809935978
commit 5c46878eda

View file

@ -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'
)