We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dcfc9 commit e16fed0Copy full SHA for e16fed0
1 file changed
zoomeye/core.py
@@ -55,7 +55,7 @@ def init(args):
55
key_init(api_key)
56
return
57
# invalid parameter
58
- show.printf("input parameter error", color="red")
+ show.printf("input parameter error!", color="red")
59
show.printf("please run <zoomeye init -h> for help.", color="red")
60
61
0 commit comments