Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 094d3c8

Browse files
author
KoiCrystal
committed
Update cli.py
1 parent e16fed0 commit 094d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zoomeye/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def main():
151151
parser_search.set_defaults(func=core.search)
152152

153153
# initial account configuration related commands
154-
parser_init = subparsers.add_parser("init", help="Initialize the token for ZoomEye-python")
154+
parser_init = subparsers.add_parser("init", help="Initialize the token for ZoomEye-python.")
155155
parser_init.add_argument("-apikey", help="ZoomEye API Key", default=None, metavar='[api key]')
156156
parser_init.set_defaults(func=core.init)
157157

0 commit comments

Comments
 (0)