spec: Fix command name start -> server

This commit is contained in:
pancho horrillo
2019-09-16 09:19:19 +02:00
parent b7f61aeb63
commit 19bb6320b9
+3 -3
View File
@@ -581,13 +581,13 @@ Options:
TBD
Commands:
start starts a Kapow! server
server starts a Kapow! server
route operates on routes
...
```
### `kapow start`
### `kapow server`
This command runs the Kapow! server, which is the core of Kapow!. If
run without parameters, it will run an unconfigured server. It can accept a path
@@ -613,7 +613,7 @@ process' environment.
#### Example
```sh
$ kapow start /path/to/service.pow
$ kapow server /path/to/service.pow
```