mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
bash-completion: support 'timedatectl show'
This commit is contained in:
parent
8809935978
commit
5c46878eda
@ -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'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user