mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 10:24:38 +00:00
zoom parameter help fixed ("currently for FlashPaper conversion only" removed)
This commit is contained in:
@@ -432,7 +432,7 @@ public class CommandLineArgumentParser {
|
||||
|
||||
if (filter == null || filter.equals("zoom")) {
|
||||
out.println(" " + (cnt++) + ") -zoom <N>");
|
||||
out.println(" ...apply zoom during export (currently for FlashPaper conversion only)");
|
||||
out.println(" ...apply zoom during export");
|
||||
}
|
||||
|
||||
if (filter == null || filter.equals("replace")) {
|
||||
|
||||
Reference in New Issue
Block a user