From 187892eb31cb5d379ef8a7e9e6a72c3ef60e022c Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sun, 16 Apr 2023 15:30:53 +0200 Subject: imap-tool: Improve usage Signed-off-by: Paul Kocialkowski --- imap-tool | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/imap-tool b/imap-tool index ecb3f02..a5409ee 100755 --- a/imap-tool +++ b/imap-tool @@ -37,10 +37,10 @@ class imap_tool(): "Actions:\n" \ " mailbox-list\n" \ " mailbox-list-sub\n" \ - " mailbox-create\n" \ - " mailbox-delete\n" \ - " mailbox-subscribe\n" \ - " mailbox-unsubscribe\n" \ + " mailbox-create [mailbox]\n" \ + " mailbox-delete [mailbox]\n" \ + " mailbox-subscribe [mailbox]\n" \ + " mailbox-unsubscribe [mailbox]\n" \ " mailbox-stats" def error_decode(self, data): -- cgit v1.2.3