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

- old
+ new

@@ -12,11 +12,11 @@ *cide debug* [`-n`|`--name`=<*name*>] [`--user`=<*username*>] DESCRIPTION ----------- -Sometimes it's useful to run commands inside of the same environment where the +Sometimes it is useful to run commands inside of the same environment where the CI tests are run from. For example if an error doesn't reproduce on the developer's machine. *cide debug* starts a new temporary container (and linked containers) in the previously generated container. This requires the user to have run *cide @@ -31,10 +31,10 @@ Defaults to the basename(1) of the current directory. `--user`=<*username*> Selects the user to run the container under. By default the `cide` user is - selected. In some situations it's useful to run the container as `root` + selected. In some situations it is useful to run the container as `root` (when poking at system dependencies) SEE ALSO --------