From c0a09e7f1019a4ecde1cdd44ad994a0d7eee080d Mon Sep 17 00:00:00 2001 From: given Date: Thu, 9 Oct 2025 08:31:10 -0400 Subject: [PATCH] Update docs/source/markdown/podman-systemd.unit.5.md Co-authored-by: Tom Sweeney Signed-off-by: givensuman --- 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 ea0dd13334..01b2491fce 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -1754,7 +1754,7 @@ This is equivalent to the `--authfile` option of `podman build`. ### `BuildArg=` Specifies a build argument and its value in the same way environment variables are -(e.g. env=*value*), but which is not added to environment variable list in the +(e.g., env=*value*), but it is not added to the environment variable list in the resulting image's configuration. Can be listed multiple times. This is equivalent to the `--build-arg` option of `podman build`.