[haiku-commits] r42481 - haiku/trunk/src/apps/mail

  • From: mattmadia@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 25 Jul 2011 04:13:18 +0200 (CEST)

Author: mmadia
Date: 2011-07-25 04:13:18 +0200 (Mon, 25 Jul 2011)
New Revision: 42481
Changeset: https://dev.haiku-os.org/changeset/42481

Modified:
   haiku/trunk/src/apps/mail/MailApp.cpp
Log:
Fixed a minor typo in the help text.


Modified: haiku/trunk/src/apps/mail/MailApp.cpp
===================================================================
--- haiku/trunk/src/apps/mail/MailApp.cpp       2011-07-25 01:10:51 UTC (rev 
42480)
+++ haiku/trunk/src/apps/mail/MailApp.cpp       2011-07-25 02:13:18 UTC (rev 
42481)
@@ -165,7 +165,7 @@
                        || strcmp(argv[loop], "--help") == 0)
                {
                        printf(" usage: %s [ mailto:<address> ] [ -subject 
\"<text>\" ] [ ccto:<address> ] [ bccto:<address> ] "
-                               "[ -body \"<body text\" ] [ enclosure:<path> ] 
[ <message to read> ...] \n",
+                               "[ -body \"<body text>\" ] [ enclosure:<path> ] 
[ <message to read> ...] \n",
                                argv[0]);
                        fPrintHelpAndExit = true;
                        be_app->PostMessage(B_QUIT_REQUESTED);


Other related posts:

  • » [haiku-commits] r42481 - haiku/trunk/src/apps/mail - mattmadia