diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-27 23:11:09 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-27 23:11:09 -0800 |
| commit | 18543c6e8b30f8002802460619d65843de093dd2 (patch) | |
| tree | a0b332bdf1b24d9e18cbac01529716444b0819bd /weed/command/volume.go | |
| parent | 09cd00f356c69b12d4f3b7caa8e16255031cc330 (diff) | |
| download | seaweedfs-18543c6e8b30f8002802460619d65843de093dd2.tar.xz seaweedfs-18543c6e8b30f8002802460619d65843de093dd2.zip | |
minor
Diffstat (limited to 'weed/command/volume.go')
| -rw-r--r-- | weed/command/volume.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/volume.go b/weed/command/volume.go index 20935bf16..df67bf447 100644 --- a/weed/command/volume.go +++ b/weed/command/volume.go @@ -94,7 +94,7 @@ func init() { v.pprof = cmdVolume.Flag.Bool("pprof", false, "enable pprof http handlers. precludes --memprofile and --cpuprofile") v.metricsHttpPort = cmdVolume.Flag.Int("metricsPort", 0, "Prometheus metrics listen port") v.idxFolder = cmdVolume.Flag.String("dir.idx", "", "directory to store .idx files") - v.enableTcp = cmdVolume.Flag.Bool("tcp", false, "<exprimental> enable tcp port") + v.enableTcp = cmdVolume.Flag.Bool("tcp", false, "<experimental> enable tcp port") } var cmdVolume = &Command{ |
