diff --git a/src/commands.rs b/src/commands.rs index fa09199..c1f71e8 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -616,7 +616,6 @@ fn list_archive_contents( let files: Box>> = match formats[0] { Tar => Box::new(crate::archive::tar::list_archive(tar::Archive::new(reader))), Zip => { - if formats.len() > 1 { eprintln!("{orange}[WARNING]{reset}", orange = *colors::ORANGE, reset = *colors::RESET); eprintln!(