From 1a3207488477876a1f4018bf0df95ed8eaf85afc Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 27 Jun 2019 07:10:27 +0000 Subject: Fix typo in checkpoint/restore related texts Signed-off-by: Adrian Reber --- libpod/container_api.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libpod/container_api.go') diff --git a/libpod/container_api.go b/libpod/container_api.go index 3dd84b02c..00467d2bf 100644 --- a/libpod/container_api.go +++ b/libpod/container_api.go @@ -792,10 +792,8 @@ type ContainerCheckpointOptions struct { // TCPEstablished tells the API to checkpoint a container // even if it contains established TCP connections TCPEstablished bool - // Export tells the API to write the checkpoint image to - // the filename set in TargetFile - // Import tells the API to read the checkpoint image from - // the filename set in TargetFile + // TargetFile tells the API to read (or write) the checkpoint image + // from (or to) the filename set in TargetFile TargetFile string // Name tells the API that during restore from an exported // checkpoint archive a new name should be used for the -- cgit v1.2.3-54-g00ecf