mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-17 03:14:03 +02:00
Update App.java
This commit is contained in:
committed by
GitHub
parent
2c05bdd996
commit
deb2b94d46
@@ -117,9 +117,10 @@ public class App {
|
|||||||
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
||||||
|
|
||||||
if (cl.hasOption('z')) {
|
if (cl.hasOption('z')) {
|
||||||
String historyLocation = cl.getOption('z').trim();
|
String historyLocation = cl.getOptionValue('z').trim();
|
||||||
Utils.setConfigString("history.location", historyLocation);
|
Utils.setConfigString("history.location", historyLocation);
|
||||||
logger.info("Set history file to " + historyLocation);
|
logger.info("Set history file to " + historyLocation);
|
||||||
|
logger.info(args['z']);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Allow file overwriting
|
//Allow file overwriting
|
||||||
|
Reference in New Issue
Block a user