From 2fd8d5750486037e065e625e6491030a2a36b5c4 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 8 Jun 2019 19:22:07 -0700 Subject: [PATCH] Print path normally to avoid forward slash escaping --- wallet/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/src/main.rs b/wallet/src/main.rs index 9432738013..3754880751 100644 --- a/wallet/src/main.rs +++ b/wallet/src/main.rs @@ -35,7 +35,7 @@ pub fn parse_args(matches: &ArgMatches<'_>) -> Result