Skip to content

Commit

Permalink
fix: update migrate.command description
Browse files Browse the repository at this point in the history
  • Loading branch information
gearonix committed Mar 22, 2024
1 parent 87b8c97 commit 45f12cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/migrate/migrate.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface MigrateCommandOptions {

@Command({
name: 'migrate',
description: 'Migrate package.json commands to a standardized format.'
description: 'Migrate from package.json scripts to a standardized format.'
})
export class MigrateCommand extends CommandRunner {
constructor(
Expand Down

0 comments on commit 45f12cc

Please sign in to comment.