add support for '-c' option. option has no effect

This commit is contained in:
Michel Oosterhof
2014-10-26 07:38:20 +00:00
parent 72518cd662
commit 806dfa194d

View File

@@ -47,7 +47,7 @@ def splitthousands( s, sep=','):
class command_wget(HoneyPotCommand):
def start(self):
try:
optlist, args = getopt.getopt(self.args, 'O:')
optlist, args = getopt.getopt(self.args, 'cO:')
except getopt.GetoptError, err:
self.writeln('Unrecognized option')
self.exit()