Skip to content

Commit 49e54ad

Browse files
committed
chore: update migration option alias in MakeFullResource command
1 parent 2f25f1b commit 49e54ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/console-slim/src/commands/MakeFullResource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class MakeFullResource extends Command<ArkstackConsoleApp<any>> {
88
{--m|model? : name of model to attach to the generated controller}
99
{--f|factory : Create and link a factory}
1010
{--s|seeder : Create a seeder file for the model (only if --model is specified)}
11-
{--m|migration : Create a migration file for the model (only if --model is specified)}
11+
{--x|migration : Create a migration file for the model (only if --model is specified)}
1212
{--force : force overwrite if resources already exist}
1313
`
1414

0 commit comments

Comments
 (0)