From fea2eb5cafbdca1c987f2682fde3816512be8d64 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Tue, 31 May 2016 21:02:36 +0200 Subject: [PATCH] atomic: fix update description Signed-off-by: Giuseppe Scrivano Closes: #398 Approved by: rhatdan --- atomic | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/atomic b/atomic index b1abb8f..4577d1e 100755 --- a/atomic +++ b/atomic @@ -551,8 +551,7 @@ def create_parser(atomic): epilog="atomic update downloads the latest container image. If a " "previously created container based on this image exists, " "the container will continue to use the old image. Use " - "--force to remove the outdated container. Use --system to " - "update a running system container") + "--force to remove the outdated container.") updatep.set_defaults(func='update') updatep.add_argument("-f", "--force", default=False, dest="force", action="store_true",