From 843a729d649c8e01acf65146ad6112ce18b4f637 Mon Sep 17 00:00:00 2001 From: Scott Kuhl Date: Sat, 29 May 2021 21:58:56 -0400 Subject: [PATCH] flake8: fix long line --- sshuttle/options.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sshuttle/options.py b/sshuttle/options.py index 5729012..b8b93f7 100644 --- a/sshuttle/options.py +++ b/sshuttle/options.py @@ -220,7 +220,8 @@ parser.add_argument( default=[], type=parse_list, help=""" - capture and forward DNS requests made to the following servers (comma separated) + capture and forward DNS requests made to the following servers + (comma separated) """ ) parser.add_argument(