1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-26 15:24:51 +02:00

Update App.java

This commit is contained in:
inthebrilliantblue
2019-07-02 14:31:16 -05:00
committed by GitHub
parent 67be6aab8f
commit 4e1b1d0142

View File

@@ -310,7 +310,7 @@ public class App {
opts.addOption("p", "proxy-server", true, "Use HTTP Proxy server ([user:password]@host[:port])"); opts.addOption("p", "proxy-server", true, "Use HTTP Proxy server ([user:password]@host[:port])");
opts.addOption("j", "update", false, "Update ripme"); opts.addOption("j", "update", false, "Update ripme");
opts.addOption("a","append-to-folder", true, "Append a string to the output folder name"); opts.addOption("a","append-to-folder", true, "Append a string to the output folder name");
opts.addOption("z", "history", false, "Set history file location."); opts.addOption("z", "history", true, "Set history file location.");
return opts; return opts;
} }