commit 0222780afc0ce1cdf4de10a96c57e3f2b8c0eb44 Author: juga0 juga@riseup.net Date: Mon Jul 23 21:45:22 2018 +0000
Fix sentence --- sbws/util/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbws/util/parser.py b/sbws/util/parser.py index 1ef15cc..2264d7c 100644 --- a/sbws/util/parser.py +++ b/sbws/util/parser.py @@ -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)
tor-commits@lists.torproject.org