set name
This commit is contained in:
parent
bc159a2d24
commit
502851d027
|
@ -32,7 +32,7 @@ def main():
|
||||||
"""Dump a file"""
|
"""Dump a file"""
|
||||||
# arg parsing
|
# arg parsing
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
prog="hexer",
|
prog="hd",
|
||||||
description="Dumps data as hex"
|
description="Dumps data as hex"
|
||||||
)
|
)
|
||||||
parser.add_argument("file")
|
parser.add_argument("file")
|
||||||
|
|
Loading…
Reference in New Issue