mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 13:37:48 +00:00
shred: improve some output to match GNU's
This commit is contained in:
parent
6b1f51385f
commit
c5b08f1c4a
1 changed files with 3 additions and 3 deletions
|
@ -522,7 +522,7 @@ fn wipe_name(orig_path: &Path, verbose: bool) -> Option<PathBuf> {
|
||||||
show_error!(
|
show_error!(
|
||||||
"{}: renamed to {}",
|
"{}: renamed to {}",
|
||||||
last_path.maybe_quote(),
|
last_path.maybe_quote(),
|
||||||
new_path.quote()
|
new_path.display()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue