From 8285a455b3e387eb0989ee906052754427ffb505 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Sat, 6 Sep 2014 20:37:26 +0200 Subject: [PATCH] replace AS3 pcode from commanline: help updated --- .../decompiler/flash/console/CommandLineArgumentParser.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index fce49f0d9..663b653c3 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -262,8 +262,9 @@ public class CommandLineArgumentParser { out.println(" ...converts FlashPaper SWF file to PDF . Use -zoom parameter to specify image quality."); out.println(" " + (cnt++) + ") -zoom "); out.println(" ...apply zoom during export (currently for FlashPaper conversion only)"); - out.println(" " + (cnt++) + ") -replace (|) [(|) ]..."); + out.println(" " + (cnt++) + ") -replace (|) [methodBodyIndex1] [(|) [methodBodyIndex2]]..."); out.println(" ...replaces the data of the specified BinaryData, Image, DefineSound tag or Script"); + out.println(" ...methodBodyIndexN parameter should be specified if and only if the imported entity is an AS3 P-Code"); out.println(); out.println("Examples:"); out.println("java -jar ffdec.jar myfile.swf");