Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a479655

Browse files
stasinopoulosstamparm
authored andcommitted
Minor patch (--purge instead of --purge-output) (#3188)
1 parent 4846d85 commit a479655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def _(self, *args):
875875
args.url = args.url or DUMMY_URL
876876

877877
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)):
878-
errMsg = "missing a mandatory option (-d, -u, -l, -m, -r, -g, -c, -x, --wizard, --update, --purge-output or --dependencies), "
878+
errMsg = "missing a mandatory option (-d, -u, -l, -m, -r, -g, -c, -x, --wizard, --update, --purge or --dependencies), "
879879
errMsg += "use -h for basic or -hh for advanced help\n"
880880
parser.error(errMsg)
881881

0 commit comments

Comments
 (0)