From d8f3bb093f4e958e6b27df53af6a05c8487f710d Mon Sep 17 00:00:00 2001 From: Mateusz Duda Date: Wed, 22 May 2024 12:56:10 +0200 Subject: [PATCH] updated message in file tagger --- src/Console/FileTagger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/FileTagger.ts b/src/Console/FileTagger.ts index b6bad7a..2a47b93 100644 --- a/src/Console/FileTagger.ts +++ b/src/Console/FileTagger.ts @@ -160,7 +160,7 @@ export class FileTagger { private async _selectFiles(fileData: Array): Promise { 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),