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:
committed by
GitHub
parent
67be6aab8f
commit
4e1b1d0142
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user