Skip to content

Commit

Permalink
fix: fix flag command definition
Browse files Browse the repository at this point in the history
  • Loading branch information
hknokh2 committed Mar 3, 2024
1 parent f311b21 commit b076aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/sfdmu/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class Run extends SfdxCommand implements IRunProcess {
}),
logfullquery: flags.boolean({
description: commandMessages.getMessage("logfullqueryFlagDescription"),
longDescription: commandMessages.getMessage("logfullqueryLo0ngFlagDescription")
longDescription: commandMessages.getMessage("logfullqueryLongFlagDescription")
}),
};

Expand Down

0 comments on commit b076aa8

Please sign in to comment.