Skip to content

Commit

Permalink
scripts/kallsyms: update usage message of the kallsyms program
Browse files Browse the repository at this point in the history
The kallsyms program supports --absolute-percpu option but does not display
it in the usage message, fix it.

Signed-off-by: Yuntao Wang <ytcoode@gmail.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
  • Loading branch information
Yuntao Wang authored and Masahiro Yamada committed May 27, 2022
1 parent 23a0cb8 commit 8d3a750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kallsyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static unsigned char best_table_len[256];

static void usage(void)
{
fprintf(stderr, "Usage: kallsyms [--all-symbols] "
fprintf(stderr, "Usage: kallsyms [--all-symbols] [--absolute-percpu] "
"[--base-relative] < in.map > out.S\n");
exit(1);
}
Expand Down

0 comments on commit 8d3a750

Please sign in to comment.