summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorElias Probst <mail@eliasprobst.eu>2016-03-16 09:23:31 +0100
committerElias Probst <mail@eliasprobst.eu>2016-03-16 09:23:31 +0100
commitf59dba2654eb9dadeb4d0ae486f85191dc0c5c53 (patch)
tree650882ed9e4c7cecc4a531d2868ad1729f3f7322 /NEWS
parentfdbf7b554ed89d8a76214cbb4b919c2292e7168b (diff)
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b30bee6b7..6f43b8ce3a 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).