summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsolter.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/solter.py b/solter.py
index b7dec19..7c85833 100755
--- a/solter.py
+++ b/solter.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
+""" Alter the socket options of a running process """
+
import argparse
import subprocess
import logging