aboutsummaryrefslogtreecommitdiff
path: root/utils/hostname2list.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hostname2list.py')
-rwxr-xr-xutils/hostname2list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hostname2list.py b/utils/hostname2list.py
index beb078a1f..46efd5efd 100755
--- a/utils/hostname2list.py
+++ b/utils/hostname2list.py
@@ -2,7 +2,7 @@
import sys
-# This scripts is used to create "hostname/sni -> protocols" lists.
+# This script is used to create "hostname/sni -> protocols" lists.
if len(sys.argv) < 6:
print("Usage: {} <file> <name> <protocol> <category> <breed>".format(sys.argv[0]))
sys.exit(1)