abdoxfox 2 лет назад
Родитель
Сommit
a369ac9338
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      clflareIPscan.py

+ 1 - 1
clflareIPscan.py

@@ -85,7 +85,7 @@ def parseargs():
 		parser.add_argument('-o','--output',help='save output in file',dest='output',type=str)
 	
 		args = parser.parse_args()		
-		if len(sys.argv) <= 1:
+		if args.help:
 			parser.print_help()
 			
 			return