Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/Extract.re
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ let args = [
(
"--allow-duplicates",
Arg.Unit(allowDuplicates),
"allows entities with identical `id` props if `defaultMessage` props are identical as well",
"allows messages with identical `id` props if `defaultMessage` props are identical as well",
),
];

Expand Down
2 changes: 1 addition & 1 deletion test/Test.re
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Usage = {
++ CmdLine.pathToExtractExe
++ " [path...]
-v shows the program version
--allow-duplicates allows entities with identical `id` props if `defaultMessage` props are identical as well
--allow-duplicates allows messages with identical `id` props if `defaultMessage` props are identical as well
-help Display this list of options
--help Display this list of options
";
Expand Down