mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-12 00:44:03 +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();
|
Utils.configureLogger();
|
||||||
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
||||||
|
|
||||||
if (cl.hasOption('H')) {
|
if (cl.hasOption('z')) {
|
||||||
Utils.setConfigString("history.location", cl.getOptionValue('H'));
|
Utils.setConfigString("history.location", cl.getOptionValue('z'));
|
||||||
logger.info("Set history file to " + cl.getOptionValue('H'));
|
logger.info("Set history file to " + cl.getOptionValue('z'));
|
||||||
}
|
}
|
||||||
|
|
||||||
//Allow file overwriting
|
//Allow file overwriting
|
||||||
|
Reference in New Issue
Block a user