diff options
author | Peter Oliver <git@mavit.org.uk> | 2020-06-19 12:00:20 +0100 |
---|---|---|
committer | Peter Oliver <git@mavit.org.uk> | 2020-06-23 20:15:37 +0100 |
commit | 4e85acf052e1f0f9a6b993040dd2d8af6da33c98 (patch) | |
tree | 6bf38c238bf997136690ad3cf9be59be18973e31 /docs | |
parent | aa6881dd1474506610a85926f58893efe67eb98d (diff) | |
download | podman-4e85acf052e1f0f9a6b993040dd2d8af6da33c98.tar.gz podman-4e85acf052e1f0f9a6b993040dd2d8af6da33c98.tar.bz2 podman-4e85acf052e1f0f9a6b993040dd2d8af6da33c98.zip |
Fix typo in manpage for `podman auto update`.
Signed-off-by: Peter Oliver <git@mavit.org.uk>
Diffstat (limited to 'docs')
-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 435a767c1..90e581e42 100644 --- a/docs/source/markdown/podman-auto-update.1.md +++ b/docs/source/markdown/podman-auto-update.1.md @@ -38,7 +38,7 @@ environment variable. `export REGISTRY_AUTH_FILE=path` ``` # Start a container $ podman run --label "io.containers.autoupdate=image" \ - --label "io.containers.autoupdate.autfile=/some/authfile.json" \ + --label "io.containers.autoupdate.authfile=/some/authfile.json" \ -d busybox:latest top bc219740a210455fa27deacc96d50a9e20516492f1417507c13ce1533dbdcd9d |