Merge "bootstat.cpp: update help message for --record_boot_complete"
am: f444650d0d
Change-Id: Ifecefb1d52188d8a82208097f67302c91e30c93e
This commit is contained in:
commit
efe27cd2f6
1 changed files with 7 additions and 6 deletions
|
|
@ -85,12 +85,13 @@ void ShowHelp(const char *cmd) {
|
||||||
fprintf(stderr, "Usage: %s [options]\n", cmd);
|
fprintf(stderr, "Usage: %s [options]\n", cmd);
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"options include:\n"
|
"options include:\n"
|
||||||
" -h, --help Show this help\n"
|
" -h, --help Show this help\n"
|
||||||
" -l, --log Log all metrics to logstorage\n"
|
" -l, --log Log all metrics to logstorage\n"
|
||||||
" -p, --print Dump the boot event records to the console\n"
|
" -p, --print Dump the boot event records to the console\n"
|
||||||
" -r, --record Record the timestamp of a named boot event\n"
|
" -r, --record Record the timestamp of a named boot event\n"
|
||||||
" --value Optional value to associate with the boot event\n"
|
" --value Optional value to associate with the boot event\n"
|
||||||
" --record_boot_reason Record the reason why the device booted\n"
|
" --record_boot_complete Record metrics related to the time for the device boot\n"
|
||||||
|
" --record_boot_reason Record the reason why the device booted\n"
|
||||||
" --record_time_since_factory_reset Record the time since the device was reset\n");
|
" --record_time_since_factory_reset Record the time since the device was reset\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue