sprofalyze: Fix minor typo
Change-Id: I0a419833fb2f438808613737680ace7246713ee9
This commit is contained in:
parent
be4841096d
commit
c14bb31e67
1 changed files with 1 additions and 1 deletions
|
@ -1020,7 +1020,7 @@ static void usage(const char *argv0) {
|
||||||
"[-b binary]... file...\n", argv0);
|
"[-b binary]... file...\n", argv0);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("sprofalyze aggregates one or more sprofile traces and");
|
printf("sprofalyze aggregates one or more sprofile traces and");
|
||||||
printf("reports where time was spent.\n");
|
printf(" reports where time was spent.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("arguments:\n");
|
printf("arguments:\n");
|
||||||
printf("-d generates output that can be compared using sprofdiff\n");
|
printf("-d generates output that can be compared using sprofdiff\n");
|
||||||
|
|
Loading…
Reference in a new issue