diff options
Diffstat (limited to 'examples/example6.cpp')
-rw-r--r-- | examples/example6.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example6.cpp b/examples/example6.cpp index e64db44b..6d8fe92f 100644 --- a/examples/example6.cpp +++ b/examples/example6.cpp @@ -385,7 +385,7 @@ static void sendMessage() to.appendMailbox(vmime::create <vmime::mailbox>(toString)); } - std::cout << "Enter message data (end with '.' on a single line):" << std::endl; + std::cout << "Enter message data, including headers (end with '.' on a single line):" << std::endl; std::ostringstream data; |