mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
fix: add progam to argparse name
This commit is contained in:
parent
80c347ef1c
commit
9e8a1fd142
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def run_cmd(
|
|||
|
||||
|
||||
def get_args():
|
||||
parser = argparse.ArgumentParser()
|
||||
parser = argparse.ArgumentParser(prog="patch-monolisa")
|
||||
parser.add_argument(
|
||||
"-f",
|
||||
"--font-path",
|
||||
|
|
Loading…
Reference in a new issue