diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-10-14 00:07:59 +0200 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-10-14 00:10:08 +0200 |
commit | a246d3771cf930b8ed4b91f67a6a1639b7ce8827 (patch) | |
tree | f4b988c6c8805e07a1ea794848bce458b709df3f | |
parent | 4c8217ebd41a7b0e792731a44a9be8d08ef7fe46 (diff) |
Add module docstring
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rwxr-xr-x | solter.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/env python3 +""" Alter the socket options of a running process """ + import argparse import subprocess import logging |