Skip to content

Commit

Permalink
Merge pull request #30 from cknitt/feature/wording
Browse files Browse the repository at this point in the history
Wording (entities -> messages).
  • Loading branch information
cknitt authored Dec 9, 2018
2 parents a86d09a + 0f26aa2 commit 8c150f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 8c150f6

Please sign in to comment.