Cleanup formatting

This commit is contained in:
Manfred Karrer 2016-10-19 23:29:22 +02:00
parent 416c011c48
commit 0f4ec7919e

View File

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