From d8d9941fc4ba83d6b5f3aa35abac31b0f9c561bd Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Sun, 5 Sep 2021 14:35:05 +0900 Subject: [PATCH] readelf: fix typo in usage --- apps/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/readelf.c b/apps/readelf.c index ad7b6223..1817d8e7 100644 --- a/apps/readelf.c +++ b/apps/readelf.c @@ -407,7 +407,7 @@ static int usage(char * argv[]) { " -h --file-header Display the ELF file header\n" " -l --program-headers Display the program headers\n" " -S --section-headers Display the section headers\n" - " -h --headers Equivalent to -h -l -S\n" + " -e --headers Equivalent to -h -l -S\n" " -s --syms Display symbol able\n" " -d --dynamic Display dynamic section\n" " -r --relocs Display relocations\n"