Fixed a minor typo in the help text.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42481 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matt Madia
2011-07-25 02:13:18 +00:00
parent 93a0b8fa8b
commit ac9cbf2906
+1 -1
View File
@@ -165,7 +165,7 @@ TMailApp::ArgvReceived(int32 argc, char **argv)
|| 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);