Skip to content

Commit

Permalink
fix: update help description to reference repo
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcclelland committed Aug 29, 2024
1 parent 282213a commit 923ee5f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions cmd/versitygw/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,13 @@ func main() {

func initApp() *cli.App {
return &cli.App{
Name: "versitygw",
Usage: "Start S3 gateway service with specified backend storage.",
Description: `The S3 gateway is an S3 protocol translator that allows an S3 client
to access the supported backend storage as if it was a native S3 service.`,
Usage: "Versity S3 Gateway",
Description: `The Versity S3 Gateway is an S3 protocol translator that allows an S3 client
to access the supported backend storage as if it was a native S3 service.
VersityGW is an open-source project licensed under the Apache 2.0 License. The
source code is hosted on GitHub at https://github.com/versity/versitygw, and
documentation can be found in the GitHub wiki.`,
Copyright: "Copyright (c) 2023-2024 Versity Software",
Action: func(ctx *cli.Context) error {
return ctx.App.Command("help").Run(ctx)
},
Expand Down

0 comments on commit 923ee5f

Please sign in to comment.