From 36e4d512b39fc1e9528177543446bbc95703ce0c Mon Sep 17 00:00:00 2001 From: localhost Date: Tue, 9 Apr 2024 11:37:20 +0800 Subject: [PATCH] docs: update Quadlet volume Options desc Signed-off-by: localhost --- docs/source/markdown/podman-systemd.unit.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index 45d8aef316..9be6d06dfb 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -1221,7 +1221,7 @@ Valid options for `[Volume]` are listed below: | Group=192 | --opt group=192 | | Image=quay.io/centos/centos\:latest | --opt image=quay.io/centos/centos\:latest | | Label="foo=bar" | --label "foo=bar" | -| Options=XYZ | --opt XYZ | +| Options=XYZ | --opt "o=XYZ" | | PodmanArgs=--driver=image | --driver=image | | Type=type | Filesystem type of Device | | User=123 | --opt uid=123 |