From b4c4b4ddf95399b966f3437ff8ce2e0963014f5c Mon Sep 17 00:00:00 2001 From: Loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com> Date: Wed, 29 Apr 2020 15:48:24 +0800 Subject: [PATCH] Refine datapath flag description --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 22799f64..f846aae8 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "v2ray.com/core/app/router" ) -var dataPath = flag.String("datapath", "", "Path to the data folder") +var dataPath = flag.String("datapath", "", "Path to the custom data folder") type Entry struct { Type string