From 0f4ec7919e83c3eb29e00436bed66bb0782c0821 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Wed, 19 Oct 2016 23:29:22 +0200 Subject: [PATCH] Cleanup formatting --- core/src/main/java/io/bitsquare/app/BitsquareExecutable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/io/bitsquare/app/BitsquareExecutable.java b/core/src/main/java/io/bitsquare/app/BitsquareExecutable.java index f36c39f34b..e5d1332695 100644 --- a/core/src/main/java/io/bitsquare/app/BitsquareExecutable.java +++ b/core/src/main/java/io/bitsquare/app/BitsquareExecutable.java @@ -95,7 +95,7 @@ public abstract class BitsquareExecutable { .withRequiredArg(); parser.accepts(NetworkOptionKeys.USE_TOR_FOR_HTTP, description("If set to true all http traffic (expect Poloniex) is routed over tor (socks 5 proxy)", "")) .withRequiredArg(); - + parser.accepts(CoreOptionKeys.USER_DATA_DIR_KEY, description("User data directory", DEFAULT_USER_DATA_DIR)) .withRequiredArg(); parser.accepts(CoreOptionKeys.APP_NAME_KEY, description("Application name", DEFAULT_APP_NAME))