aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-27 12:12:53 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-27 12:12:53 -0800
commit70434df1056a5aab1ab1b4a1e7f94907edcc1419 (patch)
tree4d8dedd0505b163d85e04b0e63b02d61f26c740d
parentd3c31c69a73759ed2719848cb16f6387e18744c0 (diff)
downloadseaweedfs-70434df1056a5aab1ab1b4a1e7f94907edcc1419.tar.xz
seaweedfs-70434df1056a5aab1ab1b4a1e7f94907edcc1419.zip
use "options"
-rw-r--r--weed/util/fla9/fla9.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/fla9/fla9.go b/weed/util/fla9/fla9.go
index 7f0f50a14..7b016c686 100644
--- a/weed/util/fla9/fla9.go
+++ b/weed/util/fla9/fla9.go
@@ -1078,7 +1078,7 @@ func NewFlagSetWithEnvPrefix(name string, prefix string, errorHandling ErrorHand
// DefaultConfigFlagName defines the flag name of the optional config file
// path. Used to lookup and parse the config file when a default is set and
// available on disk.
-var DefaultConfigFlagName = "flags"
+var DefaultConfigFlagName = "options"
// ParseFile parses flags from the file in path.
// Same format as commandline arguments, newlines and lines beginning with a