aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/pathod_cmdline.py')
-rw-r--r--pathod/pathod_cmdline.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pathod/pathod_cmdline.py b/pathod/pathod_cmdline.py
index a4f05faf..5ca2ca85 100644
--- a/pathod/pathod_cmdline.py
+++ b/pathod/pathod_cmdline.py
@@ -75,18 +75,10 @@ def args_pathod(argv, stdout_=sys.stdout, stderr_=sys.stderr):
type=str,
help='Size limit of served responses. Understands size suffixes, i.e. 100k.')
parser.add_argument(
- "--noapi", dest='noapi', default=False, action="store_true",
- help='Disable API.'
- )
- parser.add_argument(
"--nohang", dest='nohang', default=False, action="store_true",
help='Disable pauses during crafted response generation.'
)
parser.add_argument(
- "--noweb", dest='noweb', default=False, action="store_true",
- help='Disable both web interface and API.'
- )
- parser.add_argument(
"--nocraft",
dest='nocraft',
default=False,