mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
avoid confusion: conf and existing config are too similar
use "options"
parent
413f82d2a7
commit
3875a8db80
|
@ -17,7 +17,7 @@ defaultReplication=001
|
||||||
|
|
||||||
then refer it as
|
then refer it as
|
||||||
```
|
```
|
||||||
weed master -conf=master.conf
|
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:
|
Order of precedence of this flag, it is borrowed from https://github.com/namsral/flag with some customized for weed:
|
||||||
|
|
Loading…
Reference in a new issue