diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-04-19 11:02:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-04-19 12:29:43 +0200 |
commit | f95c037b79bd5b170846353dc50930635de6ec6b (patch) | |
tree | dcbcb85156849ce0f290fbadd27bf19453945635 /gnu/services | |
parent | b24961717bbc095f5e46f72df85dccd7266c1ee2 (diff) | |
download | guix-f95c037b79bd5b170846353dc50930635de6ec6b.tar.gz |
services: yggdrasil: Tweak description.
* gnu/services/networking.scm (yggdrasil-service-type)[description]: Add @command markup.
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index b302be5aaf..88d45f7c38 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm @@ -1978,7 +1978,7 @@ local servers publicly accessible on the web, even behind NATs and firewalls.")) (name 'yggdrasil) (description "Connect to the Yggdrasil mesh network. -See yggdrasil -genconf for config options.") +See @command{yggdrasil -genconf} for config options.") (extensions (list (service-extension shepherd-root-service-type yggdrasil-shepherd-service) |