Merge pull request #76514 from Thra11/fix-udev-hwdb-description

udev: fix option description
This commit is contained in:
Jörg Thalheim
2019-12-26 06:43:02 +00:00
committed by GitHub
+2 -2
View File
@@ -221,8 +221,8 @@ in
type = types.lines; type = types.lines;
description = '' description = ''
Additional <command>hwdb</command> files. They'll be written Additional <command>hwdb</command> files. They'll be written
into file <filename>10-local.hwdb</filename>. Thus they are into file <filename>99-local.hwdb</filename>. Thus they are
read before all other files. read after all other files.
''; '';
}; };