mirror of
https://github.com/Prominence/rshred.git
synced 2026-01-09 18:26:41 +03:00
Fixed typo.
This commit is contained in:
parent
047d04134a
commit
9f5271c613
@ -111,7 +111,7 @@ impl Shredder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn user_prompt(path: &str) -> bool {
|
fn user_prompt(path: &str) -> bool {
|
||||||
print!("Do you really want to shred '{}'? [Y/n] ", absolute_path);
|
print!("Do you really want to shred '{}'? [Y/n] ", path);
|
||||||
io::stdout().flush().unwrap();
|
io::stdout().flush().unwrap();
|
||||||
|
|
||||||
let mut input = String::new();
|
let mut input = String::new();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user