Skip to content

Commit d0c6e3d

Browse files
committed
Note equivalence
1 parent e31c8b7 commit d0c6e3d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ migration, re-running it on any change. For development.
287287
Options:
288288
--help Show help [boolean]
289289
-c, --config Optional path to gmrc file [string] [default: .gmrc[.js|.cjs]]
290-
--once Runs the current migration and then exits.
291-
[boolean] [default: false]
290+
--once Runs the current migration and then exits (equivalent to
291+
`graphile-migrate current`). [boolean] [default: false]
292292
--shadow Applies changes to shadow DB. [boolean] [default: false]
293293
```
294294

src/commands/watch.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ export const watchCommand: CommandModule<Record<string, never>, WatchArgv> = {
110110
once: {
111111
type: "boolean",
112112
default: false,
113-
description: "Runs the current migration and then exits.",
113+
description:
114+
"Runs the current migration and then exits (equivalent to `graphile-migrate current`).",
114115
},
115116
shadow: {
116117
type: "boolean",

0 commit comments

Comments
 (0)