From: Elias Probst Date: Wed, 16 Mar 2016 08:23:31 +0000 (+0100) Subject: Reference correct `machinectl` command in 219 NEWS X-Git-Tag: v230~262^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f59dba2654eb9dadeb4d0ae486f85191dc0c5c53;p=thirdparty%2Fsystemd.git 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. --- diff --git a/NEWS b/NEWS index 8b30bee6b7a..6f43b8ce3a3 100644 --- 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).