Merge pull request #1381 from sherter/help-fix

Show proper command in help text of build subcommand
This commit is contained in:
Daniel Nephin 2015-05-05 20:48:25 -04:00
commit f78e89f265
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class TopLevelCommand(Command):
Services are built once and then tagged as `project_service`,
e.g. `composetest_db`. If you change a service's `Dockerfile` or the
contents of its build directory, you can run `compose build` to rebuild it.
contents of its build directory, you can run `docker-compose build` to rebuild it.
Usage: build [options] [SERVICE...]