mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-31 12:04:24 +01:00
different exit code for no arguments
This commit is contained in:
@@ -112,7 +112,7 @@ if __name__ == '__main__':
|
||||
|
||||
if len(args)<1:
|
||||
help()
|
||||
sys.exit(1)
|
||||
sys.exit(2)
|
||||
|
||||
for logfile in args:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user