File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1982,7 +1982,7 @@ static int do_help(int argc, char **argv)
1982
1982
" %1$s %2$s help\n"
1983
1983
"\n"
1984
1984
" " HELP_SPEC_OPTIONS " |\n"
1985
- " {-L|--use-loader} }\n"
1985
+ " {-L|--use-loader} | [ {-S|--sign } {-k} <private_key.pem> {-i} <certificate.x509> ] }\n"
1986
1986
"" ,
1987
1987
bin_name , "gen" );
1988
1988
Original file line number Diff line number Diff line change @@ -2587,7 +2587,7 @@ static int do_help(int argc, char **argv)
2587
2587
" METRIC := { cycles | instructions | l1d_loads | llc_misses | itlb_misses | dtlb_misses }\n"
2588
2588
" " HELP_SPEC_OPTIONS " |\n"
2589
2589
" {-f|--bpffs} | {-m|--mapcompat} | {-n|--nomount} |\n"
2590
- " {-L|--use-loader} } \n"
2590
+ " {-L|--use-loader} | [ {-S|--sign } {-k} <private_key.pem> {-i} <certificate.x509> ] \n"
2591
2591
"" ,
2592
2592
bin_name , argv [-2 ]);
2593
2593
You can’t perform that action at this time.
0 commit comments