From e4c41fe3d544a64fdd96ee5cba541f0015e0967e Mon Sep 17 00:00:00 2001 From: Luca Saiu Date: Thu, 10 Aug 2023 14:16:44 +0200 Subject: [PATCH] fix incorrect and misleading help string (Message.dir values; notice that the default value was correct); no functionality change --- src/pEp/_pEp/pEpmodule.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pEp/_pEp/pEpmodule.cc b/src/pEp/_pEp/pEpmodule.cc index 53bbb5d..b0e60a8 100644 --- a/src/pEp/_pEp/pEpmodule.cc +++ b/src/pEp/_pEp/pEpmodule.cc @@ -414,7 +414,7 @@ namespace pEp { "\n" "new p≡p message\n" "\n" - " dir 1 for outgoing, 2 for incoming\n" + " dir 0 for incoming, 1 for outgoing\n" " from Identity() of sender\n" "\n" "Message(mime_text)\n"