Skip to content

Commit b4c1c4e

Browse files
authored
Update main.py
1 parent 1e2138d commit b4c1c4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hacker-parser/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# hacker_parser.py
21
import os
32
import json
43
import sys
@@ -146,7 +145,7 @@ def parse_hacker_file(file_path, verbose=False, console=None):
146145
verbose = '--verbose' in sys.argv
147146
args = [arg for arg in sys.argv[1:] if arg != '--verbose']
148147
if len(args) != 1:
149-
print("Usage: python hacker_parser.py <file_path> [--verbose]")
148+
print("Usage: hacker-parser <file_path> [--verbose]")
150149
sys.exit(1)
151150
file_path = args[0]
152151
deps, libs, vars_dict, cmds, includes, binaries, errors, config_data = parse_hacker_file(file_path, verbose)

0 commit comments

Comments
 (0)