nixos/vdirsyncer: fix description
This commit is contained in:
parent
8b50c1b905
commit
94d24f136e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ in
|
|||
forceDiscover = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = literalMD ''
|
||||
description = mdDoc ''
|
||||
Run `yes | vdirsyncer discover` prior to `vdirsyncer sync`
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue