From ae03e1a97229b192e50439091db92a1b11a8df93 Mon Sep 17 00:00:00 2001 From: Alexander Wilson Date: Fri, 22 Jul 2022 04:08:11 -0700 Subject: machinectl: Add plumbing for a `--force` flag for file copy machine: Add APIs CopyTo[Machine]WithFlags + CopyFrom[Machine]WithFlags - Same API to those without `WithFlags` (except this can take flags) - Initially, only a flag to allow replacing a file if it already exists --- man/machinectl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/machinectl.xml') diff --git a/man/machinectl.xml b/man/machinectl.xml index 7ecb8885a2..5bc82e5d1a 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -305,7 +305,7 @@ - copy-to NAME PATH [PATH] + copy-to NAME PATH [PATH] Copies files or directories from the host system into a running container. Takes a container name, @@ -319,7 +319,7 @@ - copy-from NAME PATH [PATH] + copy-from NAME PATH [PATH] Copies files or directories from a container into the host system. Takes a container name, followed by the -- cgit v1.2.1