help consistancy

This commit is contained in:
klemek
2021-01-13 16:44:01 +01:00
parent aa51e2cda0
commit 8ef2c0588d
10 changed files with 38 additions and 34 deletions
+3 -3
View File
@@ -24,11 +24,11 @@ class MentionsScanner(Scanner):
def help() -> str:
return (
"```\n"
+ "%mentions : Rank mentions by their usage\n"
+ "%mentions: Rank mentions by their usage\n"
+ "arguments:\n"
+ COMMON_HELP_ARGS
+ "* <n> : top <n> mentions, default is 10\n"
+ "* all : show role/channel/everyone/here mentions\n"
+ "* <n> - top <n> mentions, default is 10\n"
+ "* all - show role/channel/everyone/here mentions\n"
+ "Example: %mentions 10 #mychannel1 #mychannel2 @user\n"
+ "```"
)