diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2020-10-22 11:23:00 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2020-10-22 11:23:00 +0500 |
| commit | a9a7005687abc7cdc4076d53c334c85281ae3188 (patch) | |
| tree | e18376ebae857ce8b6e472b43567b97422367746 /weed/command/server.go | |
| parent | 05b5f12f2e13d13e5ea3b983defead47f8b16a16 (diff) | |
| download | seaweedfs-a9a7005687abc7cdc4076d53c334c85281ae3188.tar.xz seaweedfs-a9a7005687abc7cdc4076d53c334c85281ae3188.zip | |
set desc of option
Diffstat (limited to 'weed/command/server.go')
| -rw-r--r-- | weed/command/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/server.go b/weed/command/server.go index c55d2cfee..6a78fb3f4 100644 --- a/weed/command/server.go +++ b/weed/command/server.go @@ -105,7 +105,7 @@ func init() { serverOptions.v.pprof = cmdServer.Flag.Bool("volume.pprof", false, "enable pprof http handlers. precludes --memprofile and --cpuprofile") s3Options.port = cmdServer.Flag.Int("s3.port", 8333, "s3 server http listen port") - s3Options.domainName = cmdServer.Flag.String("s3.domainName", "", "suffix of the host name, {bucket}.{domainName}") + s3Options.domainName = cmdServer.Flag.String("s3.domainName", "", "suffix of the host name in comma separated list, {bucket}.{domainName}") s3Options.tlsPrivateKey = cmdServer.Flag.String("s3.key.file", "", "path to the TLS private key file") s3Options.tlsCertificate = cmdServer.Flag.String("s3.cert.file", "", "path to the TLS certificate file") s3Options.config = cmdServer.Flag.String("s3.config", "", "path to the config file") |
