Browse Source

adjust help message

pull/1998/head
Chris Lu 4 years ago
parent
commit
0df5b53ad8
  1. 2
      weed/command/gateway.go

2
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

Loading…
Cancel
Save