diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-03-03 02:12:46 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-03-03 02:12:46 -0800 |
| commit | 40ff30b83f2375c43a2bc482d647799f2cabbf33 (patch) | |
| tree | ae8c6c0cd4159a9ca8da9e9f8e8cb9393fccba4b /weed/util | |
| parent | c0842fe99f9ae8fcb672411c87aa233fc321c16b (diff) | |
| download | seaweedfs-40ff30b83f2375c43a2bc482d647799f2cabbf33.tar.xz seaweedfs-40ff30b83f2375c43a2bc482d647799f2cabbf33.zip | |
adjust help message
Diffstat (limited to 'weed/util')
| -rw-r--r-- | weed/util/fla9/fla9.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/fla9/fla9.go b/weed/util/fla9/fla9.go index 1538daa55..eb5700e8c 100644 --- a/weed/util/fla9/fla9.go +++ b/weed/util/fla9/fla9.go @@ -886,7 +886,7 @@ func (f *FlagSet) parseOne() (bool, error) { // The return value will be ErrHelp if -help or -h were set but not defined. func (f *FlagSet) Parse(arguments []string) error { if _, ok := f.formal[DefaultConfigFlagName]; !ok { - f.String(DefaultConfigFlagName, "", "file with command line options with each line in optionName=optionValue format") + f.String(DefaultConfigFlagName, "", "a file of command line options, each line in optionName=optionValue format") } f.parsed = true |
