Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Jul 6, 2011
1 parent 730e67c commit 20d843a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sftpman/cli.py
Expand Up @@ -39,7 +39,7 @@ def command_setup(self, *args):
Allows you to run a custom command every time this system is mounted.
"""
def usage():
print self.command_add.__doc__
print self.command_setup.__doc__
sys.exit(1)

if len(args) == 0:
Expand All @@ -56,7 +56,7 @@ def usage():
]
opts, _ = getopt.getopt(args, "", ["%s=" % s for s in fields])
except getopt.GetoptError, e:
sys.stderr.write('Eror: %s\n\n' % e)
sys.stderr.write('Error: %s\n\n' % e)
usage()

system = SystemModel()
Expand Down

0 comments on commit 20d843a

Please sign in to comment.