Skip to content

Commit

Permalink
cmd/atlas/internal/cmdapi: change help title
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Feb 12, 2025
1 parent 4dc7d1c commit 5d75ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/atlas/internal/cmdapi/cmdapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
// Root represents the root command when called without any subcommands.
Root = &cobra.Command{
Use: "atlas",
Short: "A database toolkit.",
Short: "Manage your database schema as code",
SilenceUsage: true,
}

Expand Down

0 comments on commit 5d75ded

Please sign in to comment.