doc: consistent naming of pow files

This commit is contained in:
pancho horrillo
2019-12-11 02:04:11 +01:00
parent ef838c4a25
commit 68efc98964
+2 -2
View File
@@ -610,10 +610,10 @@ Commands:
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
to a `.pow` file, which is a shell script that contains commands to configure to a `pow` file, which is a shell script that contains commands to configure
the Kapow! server. the Kapow! server.
The `.pow` can leverage the `kapow route` command, which is used to define a route. The `pow` can leverage the `kapow route` command, which is used to define a route.
The `kapow route` command needs a way to reach the Kapow! server, and for that, The `kapow route` command needs a way to reach the Kapow! server, and for that,
`kapow` provides the `KAPOW_URL` variable in the environment of the `kapow` provides the `KAPOW_URL` variable in the environment of the
aforementioned shell script. aforementioned shell script.