Skip to content

Commit 61053e8

Browse files
committed
fixup! Add --validate-gpu-descriptor command
1 parent c46e7e4 commit 61053e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • framework_lib/src/commandline

framework_lib/src/commandline/uefi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ pub fn parse(args: &[String]) -> Cli {
864864
cli.validate_gpu_descriptor_file = if args.len() > i + 1 {
865865
Some(args[i + 1].clone())
866866
} else {
867-
println!("Need to provide a value for --validate_gpu_descriptor_file. PATH");
867+
println!("Need to provide a value for --validate-gpu-descriptor-file. PATH");
868868
None
869869
};
870870
found_an_option = true;

0 commit comments

Comments
 (0)