Update MenuModule docs slightly

This commit is contained in:
Bryan Ashby
2022-08-07 13:06:47 -06:00
parent d13d90e223
commit 2cae154977
2 changed files with 37 additions and 4 deletions

View File

@@ -2775,7 +2775,7 @@ FTNMessageScanTossModule.prototype.startup = function (cb) {
delete: '-',
exists: '=',
}[e] || '';
return `Import/toss due to @watch (${indicator}): ${paths.basename(
return `Import/toss due to @watch [${indicator}]: ${paths.basename(
path
)}`;
};