mirror of
https://github.com/Prominence/rshred.git
synced 2026-01-09 02:06:46 +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 {
|
||||
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();
|
||||
|
||||
let mut input = String::new();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user