diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-21 10:51:35 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-06-21 10:51:35 +0900 |
commit | 704ae536595a045fe6c396f55e81c43751cb8e98 (patch) | |
tree | 82b95c9661ea1bfdd9d4a513711f38ddd0504c78 | |
parent | bash-completion: support 'timedatectl show' (diff) | |
download | systemd-704ae536595a045fe6c396f55e81c43751cb8e98.tar.gz systemd-704ae536595a045fe6c396f55e81c43751cb8e98.tar.bz2 systemd-704ae536595a045fe6c396f55e81c43751cb8e98.zip |
NEWS: mention 'timedatectl show'
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. |