From a246d3771cf930b8ed4b91f67a6a1639b7ce8827 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 14 Oct 2020 00:07:59 +0200 Subject: Add module docstring Signed-off-by: Olivier Gayot --- solter.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3