Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16fed0 commit 094d3c8Copy full SHA for 094d3c8
zoomeye/cli.py
@@ -151,7 +151,7 @@ def main():
151
parser_search.set_defaults(func=core.search)
152
153
# initial account configuration related commands
154
- parser_init = subparsers.add_parser("init", help="Initialize the token for ZoomEye-python")
+ parser_init = subparsers.add_parser("init", help="Initialize the token for ZoomEye-python.")
155
parser_init.add_argument("-apikey", help="ZoomEye API Key", default=None, metavar='[api key]')
156
parser_init.set_defaults(func=core.init)
157
0 commit comments