Skip to content

Commit

Permalink
Merge pull request #39 from mizielr/patch-1
Browse files Browse the repository at this point in the history
Fix typo in commands
  • Loading branch information
karec authored Dec 14, 2016
2 parents 3c50e43 + 7587820 commit b17c414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oct/utilities/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

def build_parser():
parser = argparse.ArgumentParser(prog='oct')
subparsers = parser.add_subparsers(help='sub commands avaibles', dest='parser')
subparsers = parser.add_subparsers(help='sub commands availables', dest='parser')
subparsers.required = True

for p in PARSERS:
Expand Down

0 comments on commit b17c414

Please sign in to comment.