From 0df5b53ad8258414350169a923d887c90742a8b2 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 11 Apr 2021 00:26:28 -0700 Subject: [PATCH] adjust help message --- weed/command/gateway.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ delete a chunk id