File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1024,8 +1024,6 @@ def log_setup():
10241024 help = 'use alternate scanner module in scanners/' )
10251025 parser .add_option ('--threads' , type = int ,
10261026 help = 'crawl scan threads (overrides config maxthreads setting)' )
1027- parser .add_option ('--threaddepth' , type = int ,
1028- help = 'crawl scan thread directory depth (overrides config threaddirdepth setting) (ESSENTIAL VER)' )
10291027 parser .add_option ('-v' , '--verbose' , action = 'store_true' ,
10301028 help = 'verbose output' )
10311029 parser .add_option ('-V' , '--vverbose' , action = 'store_true' ,
@@ -1100,11 +1098,6 @@ def log_setup():
11001098 logger .error (logmsg )
11011099 if config ['LOGTOFILE' ]: logger_warn .error (logmsg )
11021100 sys .exit (1 )
1103- if options .threaddepth :
1104- logmsg = 'Using --threaddepth cli option to set crawl scan thread directory depth requires diskover Essential version.'
1105- logger .error (logmsg )
1106- if config ['LOGTOFILE' ]: logger_warn .error (logmsg )
1107- sys .exit (1 )
11081101
11091102 # get top path arg
11101103 if args :
You can’t perform that action at this time.
0 commit comments