We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e13615 commit 6142195Copy full SHA for 6142195
1 file changed
server/src/main/java/io/appulse/epmd/java/server/Epmd.java
@@ -29,9 +29,17 @@
29
@AllArgsConstructor
30
@Command(
31
name = "epmd",
32
- description = "Erlang Port Mapper Daemon",
+ sortOptions = false,
33
+ descriptionHeading = "%n",
34
+ parameterListHeading = "%nParameters:%n",
35
+ optionListHeading = "%nOptions:%n",
36
+ commandListHeading = "%nCommands:%n",
37
+ description =
38
+ "Erlang port mapper daemon. This is a small name server " +
39
+ "used by Erlang programs when establishing distributed " +
40
+ "Erlang communications.",
41
mixinStandardHelpOptions = true,
- version = "epmd 2.0.0",
42
+ version = "epmd version \"2.0.0\" 2019-03-17",
43
subcommands = {
44
SubcommandNames.class,
45
SubcommandServer.class,
0 commit comments