aboutsummaryrefslogtreecommitdiff
path: root/gdb/contrib/dwarf-to-dwarf-assembler.py
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2025-10-22 07:37:01 -0600
committerTom Tromey <tromey@adacore.com>2025-10-28 09:38:46 -0600
commit101b7a01c203425a8c4316e72ff187f8912b16e9 (patch)
tree436a9030ba280d17ee5edc0e49d1ccbc29a6ec23 /gdb/contrib/dwarf-to-dwarf-assembler.py
parentfb55fe0da56b40679e07eea6474720b94e574abb (diff)
downloadbinutils-101b7a01c203425a8c4316e72ff187f8912b16e9.zip
binutils-101b7a01c203425a8c4316e72ff187f8912b16e9.tar.gz
binutils-101b7a01c203425a8c4316e72ff187f8912b16e9.tar.bz2
Update "usage" line in dwarf-to-dwarf-assembler
This changes the "usage" text in dwarf-to-dwarf-assembler to be a bit more GNU-like. It also fixes the name used in the message. Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/contrib/dwarf-to-dwarf-assembler.py')
-rwxr-xr-xgdb/contrib/dwarf-to-dwarf-assembler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/contrib/dwarf-to-dwarf-assembler.py b/gdb/contrib/dwarf-to-dwarf-assembler.py
index 8813de5..12fd99f 100755
--- a/gdb/contrib/dwarf-to-dwarf-assembler.py
+++ b/gdb/contrib/dwarf-to-dwarf-assembler.py
@@ -624,7 +624,7 @@ def main(argv):
filename = argv[1]
except IndexError:
print("Usage:", file=sys.stderr)
- print("python ./asm_to_dwarf_assembler.py <path/to/elf/file>", file=sys.stderr)
+ print("python ./dwarf-to-dwarf-assembler.py FILE", file=sys.stderr)
sys.exit(errno.EOPNOTSUPP)
try: