Skip to content

Commit

Permalink
fix: correct prompt msg
Browse files Browse the repository at this point in the history
  • Loading branch information
aman19K committed Sep 12, 2023
1 parent 2dabdbb commit f190ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ExportToCsvCommand extends Command {
required: false,
}),
'taxonomy-uid': flags.string({
description: 'Provide taxonomy uid fow which terms need to be exported',
description: 'Provide taxonomy UID for which terms need to be exported',
}),
};

Expand Down

0 comments on commit f190ca4

Please sign in to comment.