From 27bb05b741e7d3ad44e29ed20d513dfb498bb6da Mon Sep 17 00:00:00 2001 From: Nenad Rakocevic Date: Sat, 10 Feb 2024 17:02:11 +0100 Subject: [PATCH] FEAT: improved Usage text for `map-conv`. --- utils/migration/map-conv.red | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utils/migration/map-conv.red b/utils/migration/map-conv.red index c1a42ae22e..f7016467b2 100644 --- a/utils/migration/map-conv.red +++ b/utils/migration/map-conv.red @@ -18,8 +18,11 @@ Red [ Use `help map-conv` for more info about all options. - Note: This script only work on Red interpreters versions before the lexer changes where - map and construction syntax are swapped! + Notes: + * This script only work on Red interpreters versions before the lexer changes where + map and construction syntax are swapped! + * Only files with `.red` extension will be processed. Call `map-conv` directly with + a file name to workaround that limitation if needed. } ]