Skip to content
Snippets Groups Projects
Commit 283ea5b1 authored by Seblu's avatar Seblu
Browse files

fix typo

parent def86699
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ p_search.set_defaults(func=c_search)
p_clean = subparsers.add_parser("clean", help=c_clean.__doc__.lower())
p_clean.set_defaults(func=c_clean)
# version command parser
# help command parser
p_help = subparsers.add_parser("help", help=c_help.__doc__.lower())
p_help.set_defaults(func=c_help)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment