diff --git a/docs/selenoid-commands.adoc b/docs/selenoid-commands.adoc index 35893d3..e30b1b4 100644 --- a/docs/selenoid-commands.adoc +++ b/docs/selenoid-commands.adoc @@ -32,7 +32,7 @@ Supported commands are: | configure | Creates Selenoid configuration file (implies download) | download | Downloads Selenoid binary or container image | start | Starts Selenoid process or container (implies download and configure) -| stop | Downloads Selenoid binary or container image +| stop | Stops Selenoid process or container | update | Updates Selenoid and configuration to latest version |=== @@ -56,4 +56,4 @@ Use `--browsers` to limit browsers to be configured, `--tmpfs` - to add https:// $ ./cm selenoid start -By default Selenoid data is stored in `~/.aerokube/selenoid` but you can specify another directory using `--config-dir` flag. \ No newline at end of file +By default Selenoid data is stored in `~/.aerokube/selenoid` but you can specify another directory using `--config-dir` flag.