1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00

Merge pull request #9368 from yuwata/bash-completion-timedate

follow-ups for 'timedatectl show'
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-06-21 06:57:45 +02:00 committed by GitHub
commit 3502baf8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
NEWS
View File

@ -220,9 +220,10 @@ CHANGES WITH 239 in spe:
example, "systemd-tmpfiles --cat-config" will now output the full
list of tmpfiles.d/ lines in place.
* timedatectl gained two new verbs "timesync-status" (to show the
current NTP synchronization state of systemd-timesyncd) and
"show-timesync" (to show bus properties of systemd-timesyncd).
* timedatectl gained three new verbs: "show" shows bus properties of
systemd-timedated, "timesync-status" shows the current NTP
synchronization state of systemd-timesyncd, and "show-timesync"
shows bus properties of systemd-timesyncd.
* systemd-timesyncd gained a bus interface on which it exposes details
about its state.

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