udev: fix option description

The two file paths were changed from 10-local to 99-local, but only one
of the descriptions was changed.
This commit is contained in:
Tom Hall 2019-12-25 20:46:44 +00:00
parent 1e8fa43122
commit 08d31b74ec

View File

@ -221,8 +221,8 @@ in
type = types.lines;
description = ''
Additional <command>hwdb</command> files. They'll be written
into file <filename>10-local.hwdb</filename>. Thus they are
read before all other files.
into file <filename>99-local.hwdb</filename>. Thus they are
read after all other files.
'';
};