Skip to content

Commit f4f5a88

Browse files
committed
update docs a little
1 parent 5f00c7f commit f4f5a88

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
2-
31
install:
42
go install
3+
@echo "fs-repo-migrations now installed, type 'fs-repo-migrations' to run"

go-migrate/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func (f *Flags) Setup() {
1717
flag.BoolVar(&f.Force, "f", false, "whether to force a migration (ignores warnings)")
1818
flag.BoolVar(&f.Revert, "revert", false, "whether to apply the migration backwards")
1919
flag.BoolVar(&f.Verbose, "verbose", false, "enable verbose logging")
20-
flag.StringVar(&f.Path, "path", "", "file path to migrate for fs based migrations")
20+
flag.StringVar(&f.Path, "path", "", "file path to migrate for fs based migrations (required)")
2121
}
2222

2323
func (f *Flags) Parse() {

0 commit comments

Comments
 (0)