mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-08 13:28:16 +00:00
Remove proxy info from commandline help.
This commit is contained in:
@@ -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<String> args) {
|
||||
System.err.println("Proxy functionalit was REMOVED");
|
||||
System.err.println("Proxy functionality was REMOVED");
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -18,11 +18,6 @@ alias /?
|
||||
<infile> [<infile2> <infile3> ...]
|
||||
Open SWF file(s) with the decompiler GUI.
|
||||
|
||||
-proxy [-P<port>]
|
||||
Auto start proxy in the tray.
|
||||
Start proxy in the system tray.
|
||||
Optional parameter -P specifies port for proxy. Defaults to 55555.
|
||||
|
||||
-export <itemtypes> <outdirectory> <infile_or_directory>
|
||||
Export sources.
|
||||
Export <infile_or_directory> sources to <outdirectory>.
|
||||
|
||||
Reference in New Issue
Block a user