]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention 'timedatectl show' 9368/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 Jun 2018 01:51:35 +0000 (10:51 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 21 Jun 2018 01:51:35 +0000 (10:51 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 5f838bf15d24244481a3ef655266d5b31051b32e..07ad6875b0a75cc60b04607c3cd6a9029edd30be 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.