diff --git a/source/net/sourceforge/filebot/cli/CmdlineOperations.java b/source/net/sourceforge/filebot/cli/CmdlineOperations.java index 4a8a9c07..25a5d060 100644 --- a/source/net/sourceforge/filebot/cli/CmdlineOperations.java +++ b/source/net/sourceforge/filebot/cli/CmdlineOperations.java @@ -1067,7 +1067,7 @@ public class CmdlineOperations implements CmdlineInterface { outputFolder = new File(file.getParentFile(), outputFolder.getPath()); } - CLILogger.info(String.format("Read archive [%s] to [%s]", file.getName(), outputFolder)); + CLILogger.info(String.format("Read archive [%s] and extract to [%s]", file.getName(), outputFolder)); final FileMapper outputMapper = new FileMapper(outputFolder, false); final List outputMapping = new ArrayList();