diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-21 10:47:51 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-21 10:47:51 +0900 |
commit | 5c46878eda4e81eb06cf0643e8998d3ce0d99d5c (patch) | |
tree | 35e8a42bd53ae6856dce98e31d696423659c0240 /shell-completion | |
parent | NEWS: mention %E (diff) | |
download | systemd-5c46878eda4e81eb06cf0643e8998d3ce0d99d5c.tar.gz systemd-5c46878eda4e81eb06cf0643e8998d3ce0d99d5c.tar.bz2 systemd-5c46878eda4e81eb06cf0643e8998d3ce0d99d5c.zip |
bash-completion: support 'timedatectl show'
Diffstat (limited to 'shell-completion')
-rw-r--r-- | shell-completion/bash/timedatectl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/timedatectl b/shell-completion/bash/timedatectl index 9830368a5..b2dd1a88c 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' ) |