From b4d81c0338fc2280c7a6e0333a2cd592a797f509 Mon Sep 17 00:00:00 2001 From: givensuman Date: Thu, 9 Oct 2025 09:29:34 -0400 Subject: [PATCH] Run `make validatepr` Signed-off-by: givensuman --- docs/source/markdown/podman-systemd.unit.5.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index 01b2491fce..03ed8c7a3c 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -1753,8 +1753,8 @@ 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 it is not added to the environment variable list in the +Specifies a build argument and its value in the same way environment variables are +(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`.