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:
desaster
2009-11-11 12:44:05 +00:00
parent 7fc38df65f
commit 888b4bad3e

View File

@@ -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]