Skip to content

Commit 45f12cc

Browse files
committed
fix: update migrate.command description
1 parent 87b8c97 commit 45f12cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/migrate/migrate.command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface MigrateCommandOptions {
2525

2626
@Command({
2727
name: 'migrate',
28-
description: 'Migrate package.json commands to a standardized format.'
28+
description: 'Migrate from package.json scripts to a standardized format.'
2929
})
3030
export class MigrateCommand extends CommandRunner {
3131
constructor(

0 commit comments

Comments
 (0)