Skip to content

Commit

Permalink
Merge pull request #369 from ecordell/fix-head
Browse files Browse the repository at this point in the history
fix head command: flag named inconsistently
  • Loading branch information
ecordell committed Jan 3, 2022
2 parents 9d6c885 + 311ff33 commit 26b9b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/migrate/migrate.go
Expand Up @@ -71,7 +71,7 @@ func migrateRun(cmd *cobra.Command, args []string) error {
}

func RegisterHeadFlags(cmd *cobra.Command) {
cmd.Flags().String("engine", "postgres", "type of datastore to initialize (e.g. postgres, cockroachdb, memory")
cmd.Flags().String("datastore-engine", "postgres", "type of datastore to initialize (e.g. postgres, cockroachdb, memory")
}

func NewHeadCommand(programName string) *cobra.Command {
Expand Down

0 comments on commit 26b9b7d

Please sign in to comment.