Skip to content

Commit

Permalink
updated message in file tagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Duda committed May 22, 2024
1 parent 4c7fda1 commit d8f3bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/FileTagger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class FileTagger {
private async _selectFiles(fileData: Array<FileData>): Promise<FileData[]> {
const prompt = new MultiSelect({
name: 'value',
message: 'Select files to apply the same tags',
message: 'Select files to apply the same tags and use ENTER to confirm',
footer: 'CTRL+C to go to next step, G to select whole group',
limit: 10,
choices: this._mapFileDataToOptions(fileData),
Expand Down

0 comments on commit d8f3bb0

Please sign in to comment.