From 8178744f8555362e97759f74ee9f8f51efdf76bc Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 4 Dec 2020 03:05:52 -0800 Subject: [PATCH] Fixed typo. --- .../java/net/thauvin/erik/mobibot/commands/links/Posting.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/thauvin/erik/mobibot/commands/links/Posting.kt b/src/main/java/net/thauvin/erik/mobibot/commands/links/Posting.kt index 71ec786..fcdc20e 100644 --- a/src/main/java/net/thauvin/erik/mobibot/commands/links/Posting.kt +++ b/src/main/java/net/thauvin/erik/mobibot/commands/links/Posting.kt @@ -44,7 +44,7 @@ class Posting(bot: Mobibot) : AbstractCommand(bot) { override val name = "posting" override val help = listOf( "Post a URL, by saying it on a line on its own:", - Utils.helpIndent(" [] ${Tags.COMMAND}}: <+tag> [...]]"), + Utils.helpIndent("<url> [<title>] ${Tags.COMMAND}: <+tag> [...]]"), "I will reply with a label, for example: ${Utils.bold(Constants.LINK_CMD)}1", "To add a title, use its label and a pipe:", Utils.helpIndent("${Constants.LINK_CMD}1:|This is the title"),