mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
scripts: typos in event_dump.py
%s/even spies/event spies/ %s/EFL/ELF/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
ca3bea3fc4
commit
2ac91756ad
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ def main(argv):
|
|||
Args:
|
||||
argv (list of str): List of program arguments, excluding arvg[0]
|
||||
"""
|
||||
epilog = 'Show a list of even spies in a U-Boot EFL file'
|
||||
epilog = 'Show a list of event spies in a U-Boot ELF file'
|
||||
parser = ArgumentParser(epilog=epilog)
|
||||
parser.add_argument('elf', type=str, help='ELF file to decode')
|
||||
parser.add_argument('-e', '--endian', type=str, default='auto',
|
||||
|
|
Loading…
Add table
Reference in a new issue