spec: Fix command name start -> server
This commit is contained in:
+3
-3
@@ -581,13 +581,13 @@ Options:
|
|||||||
TBD
|
TBD
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
start starts a Kapow! server
|
server starts a Kapow! server
|
||||||
route operates on routes
|
route operates on routes
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### `kapow start`
|
### `kapow server`
|
||||||
|
|
||||||
This command runs the Kapow! server, which is the core of Kapow!. If
|
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
|
run without parameters, it will run an unconfigured server. It can accept a path
|
||||||
@@ -613,7 +613,7 @@ process' environment.
|
|||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
```sh
|
```sh
|
||||||
$ kapow start /path/to/service.pow
|
$ kapow server /path/to/service.pow
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user