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

- old
+ new

@@ -18,11 +18,11 @@ *cide* is a command-line tool that executes tests in isolation using a container (through Docker). The default *cide build* command reads a `.cide.yml` file in the current -folder and takes it's content to build a temporary Dockerfile that imports all +folder and takes its content to build a temporary Dockerfile that imports all of the current directory's structure, builds an image with it and then runs a container from it that executes the specified tests. See the cide.yml(1) man page for the structure of that file. OPTIONS @@ -63,10 +63,10 @@ *cide help* [<*command*>] Shows the general help or the one for the given *command* *cide init* - Creates a blank `cide.yml` file into the project. + Creates a blank `cide.yml` file in the project. See cide-init(1) FILES -----