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:
@@ -165,7 +165,7 @@ TMailApp::ArgvReceived(int32 argc, char **argv)
|
|||||||
|| strcmp(argv[loop], "--help") == 0)
|
|| strcmp(argv[loop], "--help") == 0)
|
||||||
{
|
{
|
||||||
printf(" usage: %s [ mailto:<address> ] [ -subject \"<text>\" ] [ ccto:<address> ] [ bccto:<address> ] "
|
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]);
|
argv[0]);
|
||||||
fPrintHelpAndExit = true;
|
fPrintHelpAndExit = true;
|
||||||
be_app->PostMessage(B_QUIT_REQUESTED);
|
be_app->PostMessage(B_QUIT_REQUESTED);
|
||||||
|
|||||||
Reference in New Issue
Block a user