man/cide-build.1.md in cide-0.5.0 vs man/cide-build.1.md in cide-0.6.0

- old
+ new

@@ -14,12 +14,12 @@ [`--pull`|`--no-pull`] [`-s`|`--ssh-key`=<*path*>] DESCRIPTION ----------- -This is the default command that does most of the work and is invoked 99% of -the command. +This is the default command that does most of the work and is invoked most of +the time. When invoked it will read the `cide.yml` file, generate a temporary `Dockerfile.cide` file, build it with *docker build*, start all the linked containers and finally run the selected script. When that script exits all the running containers are torn down. This loop guarantees a blank slate for every @@ -38,10 +38,10 @@ directive is set in the `cide.yml` file, artifacts from that directory are transfered back outside of the container and into the current directory. `-o`, `--export-dir`=<*path*> By default the export directory is the same as the one given in the - `export:` directive in the `cide.yml` file. It's possible to change that + `export:` directive in the `cide.yml` file. It is possible to change that target folder outside of the container. `-r`, `--run`=<*command*> Override the script to run. Usually the `run:` directive in the `cide.yml` is defining what to run but this could be used for a quick one-off.