diff --git a/sqlcon/migrate.go b/sqlcon/migrate.go index 5f069918..633f5bdb 100644 --- a/sqlcon/migrate.go +++ b/sqlcon/migrate.go @@ -17,7 +17,7 @@ type SchemaCreator interface { func MigratorSQLCmd(path, name string, logger logrus.FieldLogger, runners map[string]SchemaCreator) *cobra.Command { c := &cobra.Command{ - Use: name + "", + Use: name + " ", Short: "Creates database schemas and applies SQL migration plans", Long: `This command creates SQL schemas and applies migration plans. Running this command will upgrade the database to the latest schema available in the binary.