mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 14:04:28 +01:00
Fix a typo in tar
git-svn-id: https://kippo.googlecode.com/svn/trunk@9 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -7,7 +7,7 @@ class command_tar(HoneyPotCommand):
|
||||
def call(self, args):
|
||||
if len(args.split()) < 2:
|
||||
self.honeypot.writeln('tar: You must specify one of the `-Acdtrux\' options')
|
||||
self.honeypot.wirteln('Try `tar --help\' or `tar --usage\' for more information.')
|
||||
self.honeypot.writeln('Try `tar --help\' or `tar --usage\' for more information.')
|
||||
return
|
||||
|
||||
filename = args.split()[1]
|
||||
|
||||
Reference in New Issue
Block a user