Updated Use Config File for Command Line Options (markdown)

Chris Lu 2021-02-28 18:07:02 -08:00
parent 3875a8db80
commit ab7acf4b77

@ -23,7 +23,7 @@ weed master -options=master.conf
Order of precedence of this flag, it is borrowed from https://github.com/namsral/flag with some customized for weed:
```
1. Command line options
2. Environment variables
2. Environment variables with `WEED_` prefix
3. Configuration file
4. Default values
```