diff options
author | Elias Probst <mail@eliasprobst.eu> | 2016-03-16 09:23:31 +0100 |
---|---|---|
committer | Elias Probst <mail@eliasprobst.eu> | 2016-03-16 09:23:31 +0100 |
commit | f59dba2654eb9dadeb4d0ae486f85191dc0c5c53 (patch) | |
tree | 650882ed9e4c7cecc4a531d2868ad1729f3f7322 | |
parent | fdbf7b554ed89d8a76214cbb4b919c2292e7168b (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.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |