readelf: fix typo in usage

This commit is contained in:
K. Lange 2021-09-05 14:35:05 +09:00
parent 9105b9341f
commit d8d9941fc4
1 changed files with 1 additions and 1 deletions

View File

@ -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"