Browse Source

Update clflareIPscan.py

abdoxfox 2 years ago
parent
commit
9c2adce6e0
1 changed files with 1 additions and 1 deletions
  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 args.help:
+		if not args:
 			parser.print_help()
 			
 			return