Skip to content
Snippets Groups Projects
Commit 0222780a authored by juga's avatar juga Committed by Matt Traudt
Browse files

Fix sentence

parent 9435f682
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ def create_parser():
choices=['debug', 'info', 'warning', 'error', 'critical'],
help='Override the sbws log level')
p.add_argument('-c', '--config',
help='Path the sbws config file')
help='Path to the sbws config file')
sub = p.add_subparsers(dest='command')
sbws.core.cleanup.gen_parser(sub)
sbws.core.scanner.gen_parser(sub)
......
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