Order "fig run" options alphabetically

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
Ben Firshman 2014-10-01 09:14:01 -07:00
parent 62b9c64311
commit 0dc19cb885
1 changed files with 3 additions and 3 deletions

View File

@ -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'])