]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Reference correct `machinectl` command in 219 NEWS 2851/head
authorElias Probst <mail@eliasprobst.eu>
Wed, 16 Mar 2016 08:23:31 +0000 (09:23 +0100)
committerElias Probst <mail@eliasprobst.eu>
Wed, 16 Mar 2016 08:23:31 +0000 (09:23 +0100)
NEWS for `219` references `machinectl list-images` to describe the introduced clone feature - this looks like a copy'n'paste problem.
Use `machinectl clone` instead.

NEWS

diff --git a/NEWS b/NEWS
index 8b30bee6b7a7161bb3431e8c1a957cddde1dbfce..6f43b8ce3a33207a51efc1c01f03a94304e46ff2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1345,7 +1345,7 @@ CHANGES WITH 219:
 
         * machinectl is now able to clone container images
           efficiently, if the underlying file system (btrfs) supports
-          it, with the new "machinectl list-images" command. It also
+          it, with the new "machinectl clone" command. It also
           gained commands for renaming and removing images, as well as
           marking them read-only or read-write (supported also on
           legacy file systems).