Fix catenary brush help

This commit is contained in:
dordsor whitwell 2017-08-30 11:30:20 +01:00 committed by GitHub
parent d68740ecd1
commit d475e5159a
1 changed files with 3 additions and 3 deletions

View File

@ -251,10 +251,10 @@ public class BrushCommands extends MethodCommands {
@Command( @Command(
aliases = {"catenary", "cat", "gravityline", "saggedline"}, aliases = {"catenary", "cat", "gravityline", "saggedline"},
usage = "<pattern> [length-factor=1.2] [size=0]", usage = "<pattern> [lengthFactor=1.2] [size=0]",
desc = "Create a hanging line between two points", desc = "Create a hanging line between two points",
help = "Create a hanging line between two points.\n" + help = "Create a hanging line between two points.\n" +
"The length-factor controls how long the line is\n" + "The lengthFactor controls how long the line is\n" +
"The -h flag creates only a shell\n" + "The -h flag creates only a shell\n" +
"The -s flag selects the clicked point after drawing\n", "The -s flag selects the clicked point after drawing\n",
min = 1, min = 1,