From fc1fb98cd9ebc02380496719635ae56bec2b6734 Mon Sep 17 00:00:00 2001 From: "G. Rossin" Date: Thu, 15 Nov 2018 12:16:23 +0100 Subject: [PATCH] Fix tabs used in usage string --- cmd/goose/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/goose/main.go b/cmd/goose/main.go index 7007ea8..a247476 100644 --- a/cmd/goose/main.go +++ b/cmd/goose/main.go @@ -116,7 +116,7 @@ Commands: reset Roll back all migrations status Dump the migration status for the current DB version Print the current version of the database - create NAME [sql|go] Creates new migration file with the current timestamp - fix Apply sequential ordering to migrations + create NAME [sql|go] Creates new migration file with the current timestamp + fix Apply sequential ordering to migrations ` )