diff --git a/fig/cli/main.py b/fig/cli/main.py index fe069146..8eb912d4 100644 --- a/fig/cli/main.py +++ b/fig/cli/main.py @@ -258,11 +258,11 @@ class TopLevelCommand(Command): Options: -d Detached mode: Run container in the background, print new container name. + --entrypoint Override the entrypoint of the image. + --no-deps Don't start linked services. + --rm Remove container after run. Ignored in detached mode. -T Disable pseudo-tty allocation. By default `fig run` allocates a TTY. - --rm Remove container after run. Ignored in detached mode. - --no-deps Don't start linked services. - --entrypoint Override the entrypoint of the image. """ service = project.get_service(options['SERVICE'])