From 497afce509ec2e1d53dbdea32481c7fc77ddc658 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 29 Apr 2021 22:26:39 +0200 Subject: main: Adjust help message for -u to match the rest --- quarg/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quarg/main.py') diff --git a/quarg/main.py b/quarg/main.py index 089e43f..35518a4 100644 --- a/quarg/main.py +++ b/quarg/main.py @@ -22,7 +22,7 @@ cli.add_argument('-b', action='append', dest='buffer', help='match messages sent cli.add_argument('-B', action=actions.ParseBufferType, dest='buftype', help='match messages sent to buffers of this type') cli.add_argument('-n', action='append', dest='nick', help='match messages sent by this nickname') cli.add_argument('-N', action='append', dest='network', help='match messages sent to this network') -cli.add_argument('-u', action='append', dest='user', help='match messages received by this quassel user') +cli.add_argument('-u', action='append', dest='user', help='match messages sent to this quassel user') cli.add_argument('-t', action=actions.ParseMessageType, dest='msgtype', help='match messages of this message type') cli.add_argument('-f', action=actions.ParseMessageFlag, dest='msgflag', help='match messages with this flag') cli.add_argument('-p', action='append', dest='prefix', help='match nicks with this prefix') -- cgit v1.2.3-2-gb3c3