Просмотр исходного кода

Show proper command in help text of build subcommand

The help text of the build subcommand suggested to use 'compose build' (instead of 'docker-compose build') to rebuild images.

Signed-off-by: Simon Herter <[email protected]>
Simon Herter 10 лет назад
Родитель
Сommit
b8e0aed21c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      compose/cli/main.py

+ 1 - 1
compose/cli/main.py

@@ -108,7 +108,7 @@ class TopLevelCommand(Command):
 
 
         Services are built once and then tagged as `project_service`,
         Services are built once and then tagged as `project_service`,
         e.g. `composetest_db`. If you change a service's `Dockerfile` or the
         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...]
         Usage: build [options] [SERVICE...]