1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-17 19:26:34 +02:00

Update App.java

This commit is contained in:
inthebrilliantblue
2019-07-02 12:59:31 -05:00
committed by GitHub
parent 6b088b9490
commit 9822003f3d

View File

@@ -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