git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3bea3
)
scripts: typos in event_dump.py
author
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Thu, 20 Feb 2025 10:00:13 +0000
(11:00 +0100)
committer
Tom Rini
<trini@konsulko.com>
Tue, 18 Mar 2025 14:17:27 +0000
(08:17 -0600)
%s/even spies/event spies/
%s/EFL/ELF/
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
scripts/event_dump.py
patch
|
blob
|
history
diff --git
a/scripts/event_dump.py
b/scripts/event_dump.py
index
24dfe2b
..
61bb3a8
100755
(executable)
--- a/
scripts/event_dump.py
+++ b/
scripts/event_dump.py
@@
-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 even
t 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',