Skip to content

Commit 4e85fbd

Browse files
Runner: make error messages more user-friendly
1 parent 1c24b68 commit 4e85fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fn main() {
7070
// Workaround to satisfy the borrow checker
7171
let args = args().collect::<Vec<_>>();
7272
let dev = args.get(2).unwrap_or_else(|| {
73-
eprintln!("Error: no device specified");
73+
eprintln!("Must specify a device to write to");
7474
exit(1);
7575
});
7676

0 commit comments

Comments
 (0)