Skip to content

Commit f42b568

Browse files
muzmuayyad-alsadi
authored andcommitted
Correct the help text for --pod-args
Signed-off-by: Muz <git@mustaqila.li>
1 parent a1d3ba4 commit f42b568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podman_compose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ def _init_global_parser(parser):
15961596
)
15971597
parser.add_argument(
15981598
"--pod-args",
1599-
help="disable pod creation",
1599+
help="custom arguments to be passed to `podman pod`",
16001600
metavar="pod_args",
16011601
type=str,
16021602
default="--infra=false --share=",

0 commit comments

Comments
 (0)