about summary refs log tree commit diff
path: root/modules/services
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-06-22 02:18:35 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-06-22 02:18:35 +0200
commit28cbc562e399c37eabfd4760c439a5dfdebefe24 (patch)
tree70e11d4a44d901bc8087a098176a2c6880dd7655 /modules/services
parentbd3547a7194ab01a33346fcff837e7c8cd50a5f7 (diff)
services/starbound: Fix wrong docbook tag <path/>
There is no <path/> tag and what I wanted back then is called
<filename/>.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/services')
-rw-r--r--modules/services/starbound.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/starbound.nix b/modules/services/starbound.nix
index b7275593..991ed2be 100644
--- a/modules/services/starbound.nix
+++ b/modules/services/starbound.nix
@@ -289,7 +289,7 @@ in {
       example = "high";
       description = ''
         The fidelity profile to use for this server as defined in
-        <path>worldserver.config</path> inside the packed assets.
+        <filename>worldserver.config</filename> inside the packed assets.
 
         If this is set to <literal>automatic</literal> the server will
         automatically switch between these profiles.