Skip to content

Commit

Permalink
[SD-323] Improved help text
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Santamaria <[email protected]>
  • Loading branch information
GROwen and nicksantamaria authored Dec 2, 2024
1 parent 5dbd7e4 commit 585a1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func main() {
Subcommands: []*cli.Command{
{
Name: "metadata",
Usage: "generates a file with deployment metadata",
Usage: "generates a json object with deployment metadata",
UsageText: "bay deployment metadata",
Action: deployment.DeploymentMetadata,
},
Expand Down

0 comments on commit 585a1c9

Please sign in to comment.