File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments