From 4e85acf052e1f0f9a6b993040dd2d8af6da33c98 Mon Sep 17 00:00:00 2001
From: Peter Oliver <git@mavit.org.uk>
Date: Fri, 19 Jun 2020 12:00:20 +0100
Subject: Fix typo in manpage for `podman auto update`.

Signed-off-by: Peter Oliver <git@mavit.org.uk>
---
 docs/source/markdown/podman-auto-update.1.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
cgit v1.2.3-54-g00ecf