Skip to content

Commit

Permalink
fix help text of migrations command group
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Tzianos committed May 4, 2024
1 parent 135e9a9 commit 38bb23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/draconctl/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var migrationsAsK8sJobConfig = struct {

var migrationsCmd = &cobra.Command{
Use: "migrations",
Long: "A set of subcommands for managing database migrations",
Short: "A set of subcommands for managing database migrations",
GroupID: "top-level",
}

Expand Down

0 comments on commit 38bb23c

Please sign in to comment.