We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d58261 commit 256be23Copy full SHA for 256be23
src/lib/efivar/mod.rs
@@ -20,7 +20,7 @@ pub mod attributes {
20
= EfivarAttribute::init("Authenticated Write Access", 0x10);
21
22
pub static TIME_BASED_AUTHENTICATED_WRITE_ACCESS:EfivarAttribute
23
- = EfivarAttribute::init("Time Based Authenticated Write Access", 0x20);
+ = EfivarAttribute::init("Time-Based Authenticated Write Access", 0x20);
24
25
pub static APPEND_WRITE:EfivarAttribute
26
= EfivarAttribute::init("Append Write", 0x40);
0 commit comments