mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-12 08:54:11 +02:00
Update App.java
This commit is contained in:
committed by
GitHub
parent
9822003f3d
commit
6c86e27c17
@@ -116,9 +116,9 @@ public class App {
|
||||
Utils.configureLogger();
|
||||
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
||||
|
||||
if (cl.hasOption('H')) {
|
||||
Utils.setConfigString("history.location", cl.getOptionValue('H'));
|
||||
logger.info("Set history file to " + cl.getOptionValue('H'));
|
||||
if (cl.hasOption('z')) {
|
||||
Utils.setConfigString("history.location", cl.getOptionValue('z'));
|
||||
logger.info("Set history file to " + cl.getOptionValue('z'));
|
||||
}
|
||||
|
||||
//Allow file overwriting
|
||||
|
Reference in New Issue
Block a user