Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
git-jamil authored Jul 1, 2024
1 parent ea49050 commit ea388fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dxh_py/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def main():
if len(sys.argv) != 2:
print("Usage: dxh-py <template_url>")
print("Usage: dxh_py <template_url>")
sys.exit(1)

template_url = sys.argv[1]
Expand Down

0 comments on commit ea388fb

Please sign in to comment.