Skip to content

Commit

Permalink
readelf: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Dec 10, 2021
1 parent 607f6e5 commit a78051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/readelf.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ static int usage(char * argv[]) {
" -l --program-headers Display the program headers\n"
" -S --section-headers Display the section headers\n"
" -e --headers Equivalent to -h -l -S\n"
" -s --syms Display symbol able\n"
" -s --syms Display symbol table\n"
" -d --dynamic Display dynamic section\n"
" -r --relocs Display relocations\n"
" -H --help Show this help text\n"
Expand Down

0 comments on commit a78051e

Please sign in to comment.