Skip to content

Commit 9df5481

Browse files
committed
Merge pull request #512 from bfirsh/fix-entrypoint
Fix fig run entrypoint option
2 parents 59c7528 + d2385e3 commit 9df5481

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

fig/cli/main.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,13 @@ def run(self, project, options):
264264
Usage: run [options] SERVICE [COMMAND] [ARGS...]
265265
266266
Options:
267-
-d Detached mode: Run container in the background, print
268-
new container name.
269-
--entrypoint Override the entrypoint of the image.
270-
--no-deps Don't start linked services.
271-
--rm Remove container after run. Ignored in detached mode.
272-
-T Disable pseudo-tty allocation. By default `fig run`
273-
allocates a TTY.
267+
-d Detached mode: Run container in the background, print
268+
new container name.
269+
--entrypoint CMD Override the entrypoint of the image.
270+
--no-deps Don't start linked services.
271+
--rm Remove container after run. Ignored in detached mode.
272+
-T Disable pseudo-tty allocation. By default `fig run`
273+
allocates a TTY.
274274
"""
275275
service = project.get_service(options['SERVICE'])
276276

0 commit comments

Comments
 (0)