Skip to content

Commit d2385e3

Browse files
committed
Fix fig run entrypoint option
Slipped through because Wercker didn't report build status. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
1 parent 431fdaa commit d2385e3

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)