Skip to content

Commit

Permalink
Missing a newline('\n')
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Tao <[email protected]>
  • Loading branch information
Rtoax authored and chenhengqi committed Sep 21, 2022
1 parent 8a35ac0 commit 1a89e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbpf-tools/readahead.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const char argp_program_doc[] =
"USAGE: readahead [--help] [-d DURATION]\n"
"\n"
"EXAMPLES:\n"
" readahead # summarize on-CPU time as a histogram"
" readahead # summarize on-CPU time as a histogram\n"
" readahead -d 10 # trace for 10 seconds only\n";

static const struct argp_option opts[] = {
Expand Down

0 comments on commit 1a89e0c

Please sign in to comment.