diff --git a/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/Export.java b/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/Export.java index 7265687e7..e71772128 100644 --- a/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/Export.java +++ b/libsrc/ffdec_cli/src/com/jpexs/decompiler/flash/cli/commands/Export.java @@ -134,6 +134,12 @@ public class Export implements Runnable { ) Integer fileTimeout = null; + @Option( + names = "--stats", + description = "Show export performance statistics" + ) + boolean showStatistics = false; + @Parameters(index = "0", split = ",", arity = "1",