openafs: minor documentation fix

This commit is contained in:
Dmitry Kalinkin
2019-02-26 14:49:59 -05:00
committed by GitHub
parent 52ea2f59f5
commit c9d5546635

View File

@@ -155,7 +155,7 @@ in
};
programs = mkOption {
default = getBin pkgs.openafs;
defaultText = "config.boot.kernelPackages.openafs";
defaultText = "getBin pkgs.openafs";
type = types.package;
description = "OpenAFS programs package. MUST match the kernel module package!";
};