Skip to content

Commit

Permalink
Fixed help text
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed May 16, 2020
1 parent cbd6ab9 commit d18be6b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ public class CommandLineInterface implements Runnable
@Parameter(names = {"-n", "-count", "-target"}, description = "The amount of seeds to try and find. Only used when no seeds are given. If -1, the program will run forever")
public int targetCount = 10;

@Parameter(names = {"-m", "--map", "--maps"}, description = "Possible maps: Combined, Rock_Top, Rock_Middle, Rock_Bottom, Stability, PH, Drainage. You can also specify Rocks or All")
@Parameter(names = {"-m", "--map", "--maps"}, description = "Possible maps: All, Rocks, Biomes, Rock_Top, Rock_Middle, Rock_Bottom, Stability, PH, Drainage. Defaults to Biomes")
public List<String> maps = new ArrayList<>();

@Parameter(names = {"-?", "--help"}, help = true, description = "Display command line interface parameters")
Expand Down

0 comments on commit d18be6b

Please sign in to comment.