Fixed typo.

This commit is contained in:
Erik C. Thauvin 2020-12-04 03:05:52 -08:00
parent 0e8db3440f
commit 8178744f85

View file

@ -44,7 +44,7 @@ class Posting(bot: Mobibot) : AbstractCommand(bot) {
override val name = "posting" override val name = "posting"
override val help = listOf( override val help = listOf(
"Post a URL, by saying it on a line on its own:", "Post a URL, by saying it on a line on its own:",
Utils.helpIndent("<url> [<title>] ${Tags.COMMAND}}: <+tag> [...]]"), Utils.helpIndent("<url> [<title>] ${Tags.COMMAND}: <+tag> [...]]"),
"I will reply with a label, for example: ${Utils.bold(Constants.LINK_CMD)}1", "I will reply with a label, for example: ${Utils.bold(Constants.LINK_CMD)}1",
"To add a title, use its label and a pipe:", "To add a title, use its label and a pipe:",
Utils.helpIndent("${Constants.LINK_CMD}1:|This is the title"), Utils.helpIndent("${Constants.LINK_CMD}1:|This is the title"),