Update docs/source/markdown/podman-systemd.unit.5.md

Co-authored-by: Tom Sweeney <tsweeney@redhat.com>
Signed-off-by: givensuman <givensuman@duck.com>
This commit is contained in:
given
2025-10-09 08:31:10 -04:00
committed by givensuman
parent a696f8bccb
commit c0a09e7f10

View File

@@ -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`.