This commit is contained in:
Christoph J. Scherr 2023-09-14 17:42:35 +02:00
parent bc159a2d24
commit 502851d027
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def main():
"""Dump a file"""
# arg parsing
parser = argparse.ArgumentParser(
prog="hexer",
prog="hd",
description="Dumps data as hex"
)
parser.add_argument("file")