Skip to content

Commit 8c150f6

Browse files
authored
Merge pull request #30 from cknitt/feature/wording
Wording (entities -> messages).
2 parents a86d09a + 0f26aa2 commit 8c150f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/Extract.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let args = [
7373
(
7474
"--allow-duplicates",
7575
Arg.Unit(allowDuplicates),
76-
"allows entities with identical `id` props if `defaultMessage` props are identical as well",
76+
"allows messages with identical `id` props if `defaultMessage` props are identical as well",
7777
),
7878
];
7979

test/Test.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Usage = {
99
++ CmdLine.pathToExtractExe
1010
++ " [path...]
1111
-v shows the program version
12-
--allow-duplicates allows entities with identical `id` props if `defaultMessage` props are identical as well
12+
--allow-duplicates allows messages with identical `id` props if `defaultMessage` props are identical as well
1313
-help Display this list of options
1414
--help Display this list of options
1515
";

0 commit comments

Comments
 (0)