mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-17 11:20:56 +02:00
Update App.java
This commit is contained in:
committed by
GitHub
parent
6b088b9490
commit
9822003f3d
@@ -118,7 +118,7 @@ public class App {
|
|||||||
|
|
||||||
if (cl.hasOption('H')) {
|
if (cl.hasOption('H')) {
|
||||||
Utils.setConfigString("history.location", cl.getOptionValue('H'));
|
Utils.setConfigString("history.location", cl.getOptionValue('H'));
|
||||||
System.out.print(cl.getOptionValue('H'));
|
logger.info("Set history file to " + cl.getOptionValue('H'));
|
||||||
}
|
}
|
||||||
|
|
||||||
//Allow file overwriting
|
//Allow file overwriting
|
||||||
|
Reference in New Issue
Block a user