diff options
| author | Chris Lu <chris.lu@uber.com> | 2021-04-11 00:26:28 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2021-04-11 00:26:28 -0700 |
| commit | 0df5b53ad8258414350169a923d887c90742a8b2 (patch) | |
| tree | ac8c5630f9f20bd77aa7478a9b4ee41fc569ee12 | |
| parent | f62c1532745c1dca7d81f1f23d39f18f5c8985d5 (diff) | |
| download | seaweedfs-0df5b53ad8258414350169a923d887c90742a8b2.tar.xz seaweedfs-0df5b53ad8258414350169a923d887c90742a8b2.zip | |
adjust help message
| -rw-r--r-- | weed/command/gateway.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/gateway.go b/weed/command/gateway.go index 28ec326cc..8a6f852a5 100644 --- a/weed/command/gateway.go +++ b/weed/command/gateway.go @@ -38,7 +38,7 @@ var cmdGateway = &Command{ Long: `start a gateway server which accepts REST operation to write any blobs, files, or topic messages. POST /blobs/ - return a chunk id + upload the blob and return a chunk id DELETE /blobs/<chunk_id> delete a chunk id |
