services: yggdrasil: Tweak description.

* gnu/services/networking.scm (yggdrasil-service-type)[description]: Add
@command markup.
This commit is contained in:
Ludovic Courtès 2022-04-19 11:02:18 +02:00
parent b24961717b
commit f95c037b79
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1978,7 +1978,7 @@ (define yggdrasil-service-type
(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)