Skip to content

Commit

Permalink
fix option name
Browse files Browse the repository at this point in the history
  • Loading branch information
namsor committed Jul 10, 2023
1 parent 15c80ff commit 4ad8bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/namsor/tools/NamSorTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public static void main(String[] args) {

Option service = Option.builder("service").argName("service")
.hasArg(true)
.desc("service : parse / gender / origin / country / diaspora / usraceethnicity / phoneCode / subclassification / religion / castegroup")
.desc("service : parse / gender / origin / country / diaspora / usraceethnicity / phoneCode / subdivision / religion / castegroup")
.longOpt("endpoint")
.required(true)
.build();
Expand Down

0 comments on commit 4ad8bc2

Please sign in to comment.