diff --git a/podman_compose.py b/podman_compose.py index da616f8..0d672db 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -1612,8 +1612,6 @@ def compose_up_parse(parser): help="Scale SERVICE to NUM instances. Overrides the `scale` setting in the Compose file if present.") parser.add_argument("--exit-code-from", metavar='SERVICE', type=str, default=None, help="Return the exit code of the selected service container. Implies --abort-on-container-exit.") - parser.add_argument('services', metavar='SERVICES', nargs='*', - help='service names to start') @cmd_parse(podman_compose, 'run') def compose_run_parse(parser):