fix output format style for examples/extract.rs
This commit is contained in:
parent
36146f0f2a
commit
09f728e71a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ fn real_main() -> i32 {
|
|||
}
|
||||
|
||||
if (&*file.name()).ends_with('/') {
|
||||
println!("Dir {} extracted to \"{}\"", i, outpath.as_path().display());
|
||||
println!("File {} extracted to \"{}\"", i, outpath.as_path().display());
|
||||
fs::create_dir_all(&outpath).unwrap();
|
||||
} else {
|
||||
println!("File {} extracted to \"{}\" ({} bytes)", i, outpath.as_path().display(), file.size());
|
||||
|
|
Loading…
Add table
Reference in a new issue