Skip to content

Commit 6142195

Browse files
committed
Add main description
1 parent 0e13615 commit 6142195

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

  • server/src/main/java/io/appulse/epmd/java/server

server/src/main/java/io/appulse/epmd/java/server/Epmd.java

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,17 @@
2929
@AllArgsConstructor
3030
@Command(
3131
name = "epmd",
32-
description = "Erlang Port Mapper Daemon",
32+
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.",
3341
mixinStandardHelpOptions = true,
34-
version = "epmd 2.0.0",
42+
version = "epmd version \"2.0.0\" 2019-03-17",
3543
subcommands = {
3644
SubcommandNames.class,
3745
SubcommandServer.class,

0 commit comments

Comments
 (0)