diff --git a/kippo/commands/wget.py b/kippo/commands/wget.py index 2f9cd4c..c561756 100644 --- a/kippo/commands/wget.py +++ b/kippo/commands/wget.py @@ -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()