Reference correct machinectl command in 219 NEWS

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.
This commit is contained in:
Elias Probst 2016-03-16 09:23:31 +01:00
parent fdbf7b554e
commit f59dba2654

2
NEWS
View file

@ -1345,7 +1345,7 @@ CHANGES WITH 219:
* machinectl is now able to clone container images * machinectl is now able to clone container images
efficiently, if the underlying file system (btrfs) supports 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 gained commands for renaming and removing images, as well as
marking them read-only or read-write (supported also on marking them read-only or read-write (supported also on
legacy file systems). legacy file systems).