aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-10-27 09:23:59 +0100
committerGitHub <noreply@github.com>2020-10-27 09:23:59 +0100
commitd93d9f60a49b2861d305722c87539aa6b2aac648 (patch)
treee38be608e2605ee9b1402ddcdca45079fbdaabd5
parenta24341b9085c09460cd5b3bdd3c0b10024670dfd (diff)
parentd6b7fdf5d4a005861856428ab50b88f70aca85ce (diff)
downloadpodman-d93d9f60a49b2861d305722c87539aa6b2aac648.tar.gz
podman-d93d9f60a49b2861d305722c87539aa6b2aac648.tar.bz2
podman-d93d9f60a49b2861d305722c87539aa6b2aac648.zip
Merge pull request #8144 from vrothberg/auto-update
auto update: mark it as non-experimental
-rw-r--r--cmd/podman/auto-update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/auto-update.go b/cmd/podman/auto-update.go
index 1a3d4875f..76bff0c70 100644
--- a/cmd/podman/auto-update.go
+++ b/cmd/podman/auto-update.go
@@ -18,7 +18,7 @@ var (
Auto-update policies are specified with the "io.containers.autoupdate" label.
Containers are expected to run in systemd units created with "podman-generate-systemd --new",
or similar units that create new containers in order to run the updated images.
- Note that this command is experimental. Please refer to the podman-auto-update(1) man page for details.`
+ Please refer to the podman-auto-update(1) man page for details.`
autoUpdateCommand = &cobra.Command{
Use: "auto-update [options]",
Short: "Auto update containers according to their auto-update policy",