modules/CommandGetPostSrc.py
authorSomeone <someone@somenet.org>
Mon, 31 Jan 2022 18:49:39 +0000 (19:49 +0100)
committerSomeone <someone@somenet.org>
Mon, 31 Jan 2022 18:49:39 +0000 (19:49 +0100)
modules/CommandGetPostSrc.py

index 955400cc2ed47477da33cd746f51ee46934d4737..ad43eecbd2906ac8ae3b9b520e11084c8fac2045 100644 (file)
@@ -14,7 +14,7 @@ class CommandGetPostSrc(AbstractCommand):
     CONFIG = {"display_name": "somebot-command", "auto_complete": True,
               "auto_complete_hint": "<permalink> [--channel]",
              }
-    CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PRIVATE+"Get the unparsed post message of permalinked post (useful when wantng to get the latex source of a post) --channel to post to channel."
+    CONFIG["auto_complete_desc"] = CONFIG["description"] = AbstractCommand.ICON_PRIVATE+"Get the unparsed post message of permalinked post. Use --channel to post to channel."
 
 
     def on_POST(self, request, data):