1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #5712 from sylvestre/shred

shred: improve some output to match GNU's
This commit is contained in:
Daniel Hofstetter 2023-12-24 14:05:35 +01:00 committed by GitHub
commit 8ede675088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
); );
} }