1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

atomic: fix update description

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #398
Approved by: rhatdan
This commit is contained in:
Giuseppe Scrivano
2016-05-31 21:02:36 +02:00
committed by Atomic Bot
parent d282560179
commit fea2eb5caf

3
atomic
View File

@@ -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",