Merge pull request #1138 from stapelberg/patch-1

fix typo: explicitely → explicitly
This commit is contained in:
Alexander Neumann 2017-07-27 09:01:47 +02:00
commit 61b8729ef9

View File

@ -12,7 +12,7 @@ var cmdMigrate = &cobra.Command{
Short: "apply migrations", Short: "apply migrations",
Long: ` Long: `
The "migrate" command applies migrations to a repository. When no migration The "migrate" command applies migrations to a repository. When no migration
name is explicitely given, a list of migrations that can be applied is printed. name is explicitly given, a list of migrations that can be applied is printed.
`, `,
RunE: func(cmd *cobra.Command, args []string) error { RunE: func(cmd *cobra.Command, args []string) error {
return runMigrate(migrateOptions, globalOptions, args) return runMigrate(migrateOptions, globalOptions, args)