1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 22:56:38 +02:00

mark the webdav as unstable

This commit is contained in:
Chris Lu 2019-05-19 21:08:26 -07:00
parent f2c4c888f6
commit 0094ca3f8a

View file

@ -37,7 +37,7 @@ func init() {
var cmdWebDav = &Command{
UsageLine: "webdav -port=7333 -filer=<ip:port>",
Short: "start a webdav server that is backed by a filer",
Short: "<unstable> start a webdav server that is backed by a filer",
Long: `start a webdav server that is backed by a filer.
`,