mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 18:07:46 +03:00 
			
		
		
		
	Minor patch (--purge instead of --purge-output) (#3188)
This commit is contained in:
		
							parent
							
								
									4846d85ccd
								
							
						
					
					
						commit
						a479655097
					
				| 
						 | 
					@ -875,7 +875,7 @@ def cmdLineParser(argv=None):
 | 
				
			||||||
            args.url = args.url or DUMMY_URL
 | 
					            args.url = args.url or DUMMY_URL
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if not any((args.direct, args.url, args.logFile, args.bulkFile, args.googleDork, args.configFile, args.requestFile, args.updateAll, args.smokeTest, args.liveTest, args.wizard, args.dependencies, args.purge, args.sitemapUrl)):
 | 
					        if not any((args.direct, args.url, args.logFile, args.bulkFile, args.googleDork, args.configFile, args.requestFile, args.updateAll, args.smokeTest, args.liveTest, args.wizard, args.dependencies, args.purge, args.sitemapUrl)):
 | 
				
			||||||
            errMsg = "missing a mandatory option (-d, -u, -l, -m, -r, -g, -c, -x, --wizard, --update, --purge-output or --dependencies), "
 | 
					            errMsg = "missing a mandatory option (-d, -u, -l, -m, -r, -g, -c, -x, --wizard, --update, --purge or --dependencies), "
 | 
				
			||||||
            errMsg += "use -h for basic or -hh for advanced help\n"
 | 
					            errMsg += "use -h for basic or -hh for advanced help\n"
 | 
				
			||||||
            parser.error(errMsg)
 | 
					            parser.error(errMsg)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user