scheduling_recorder: fixed spelling.

This commit is contained in:
Axel Dörfler 2014-05-26 01:10:31 +02:00
parent c6d5c94217
commit 6ed2992fb6

View File

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