Browse Source

mark the webdav as unstable

pull/991/head
Chris Lu 6 years ago
parent
commit
0094ca3f8a
  1. 2
      weed/command/webdav.go

2
weed/command/webdav.go

@ -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.
`,

Loading…
Cancel
Save