Accidentally removed char.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30251 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-04-18 21:47:15 +00:00
parent 9323901253
commit 1bb436e17f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const char* kCommandName = __progname;
static const char* kUsage =
"Usage: %s [ <options> ] <output file> [ <command line> ]\n"
"Records thread scheduling information to a file for later analysis.\n"
"If a command line <command line> is given, recording starts right before\"
"If a command line <command line> is given, recording starts right before\n"
"executing the command and steps when the respective team quits.\n"
"\n"
"Options:\n"