From 63dd87c6b378ed87f037a1a385cf0577c67f24fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 23 Sep 2024 23:31:46 +0200 Subject: [PATCH] Remove proxy info from commandline help. --- .../flash/console/CommandLineArgumentParser.java | 10 ++-------- src/com/jpexs/decompiler/flash/console/help.txt | 5 ----- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index c0ecb5733..da6d1536f 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -358,13 +358,7 @@ public class CommandLineArgumentParser { if (filter == null) { out.println(PREFIX + "myfile.swf"); exampleFound = true; - } - - if (filter == null || filter.equals("proxy")) { - out.println(PREFIX + "proxy"); - out.println(PREFIX + "proxy -P1234"); - exampleFound = true; - } + } if (filter == null || filter.equals("export") || filter.equals("format") || filter.equals("selectclass") || filter.equals("onerror")) { out.println(PREFIX + "-export script \"C:\\decompiled\" myfile.swf"); @@ -1913,7 +1907,7 @@ public class CommandLineArgumentParser { } private static void parseProxy(Stack args) { - System.err.println("Proxy functionalit was REMOVED"); + System.err.println("Proxy functionality was REMOVED"); System.exit(1); } diff --git a/src/com/jpexs/decompiler/flash/console/help.txt b/src/com/jpexs/decompiler/flash/console/help.txt index 3050050be..8188a8344 100644 --- a/src/com/jpexs/decompiler/flash/console/help.txt +++ b/src/com/jpexs/decompiler/flash/console/help.txt @@ -18,11 +18,6 @@ alias /? [ ...] Open SWF file(s) with the decompiler GUI. --proxy [-P] - Auto start proxy in the tray. - Start proxy in the system tray. - Optional parameter -P specifies port for proxy. Defaults to 55555. - -export Export sources. Export sources to .