Skip to content

Commit 8d3a750

Browse files
ytcoodemasahir0y
authored andcommitted
scripts/kallsyms: update usage message of the kallsyms program
The kallsyms program supports --absolute-percpu option but does not display it in the usage message, fix it. Signed-off-by: Yuntao Wang <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 23a0cb8 commit 8d3a750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kallsyms.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static unsigned char best_table_len[256];
7070

7171
static void usage(void)
7272
{
73-
fprintf(stderr, "Usage: kallsyms [--all-symbols] "
73+
fprintf(stderr, "Usage: kallsyms [--all-symbols] [--absolute-percpu] "
7474
"[--base-relative] < in.map > out.S\n");
7575
exit(1);
7676
}

0 commit comments

Comments
 (0)