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 = [
73
73
(
74
74
"--allow-duplicates" ,
75
75
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" ,
77
77
),
78
78
] ;
79
79
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Usage = {
9
9
++ CmdLine . pathToExtractExe
10
10
++ " [path...]
11
11
-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
13
13
-help Display this list of options
14
14
--help Display this list of options
15
15
" ;
You can’t perform that action at this time.
0 commit comments