diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-25 08:33:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 08:33:39 -0400 |
commit | f8036c548c0a6d34cc063949cf5f9add22409d9d (patch) | |
tree | 48d84e34aee191cf803f14ef48df81b08eff271e /docs/source/markdown/podman-auto-update.1.md | |
parent | cd36499d10a21ef1429d7ce84d845d8627ebcf6e (diff) | |
parent | c6090c290e1eb8b60148a026773c5f8cce6eb435 (diff) | |
download | podman-f8036c548c0a6d34cc063949cf5f9add22409d9d.tar.gz podman-f8036c548c0a6d34cc063949cf5f9add22409d9d.tar.bz2 podman-f8036c548c0a6d34cc063949cf5f9add22409d9d.zip |
Merge pull request #6754 from edsantiago/man_page_xref
Docs: consistency between man / --help
Diffstat (limited to 'docs/source/markdown/podman-auto-update.1.md')
-rw-r--r-- | docs/source/markdown/podman-auto-update.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-auto-update.1.md b/docs/source/markdown/podman-auto-update.1.md index 90e581e42..f37280cda 100644 --- a/docs/source/markdown/podman-auto-update.1.md +++ b/docs/source/markdown/podman-auto-update.1.md @@ -4,7 +4,7 @@ podman-auto-update - Auto update containers according to their auto-update policy ## SYNOPSIS -**podman auto-update** +**podman auto-update** [*options*] ## DESCRIPTION `podman auto-update` looks up containers with a specified "io.containers.autoupdate" label (i.e., the auto-update policy). |