1
0
forked from VimPlug/jedi

Fix a typo in the sith.py usage

This commit is contained in:
Aaron Meurer
2013-07-28 14:31:21 -05:00
parent 8af28bef2d
commit 40dec0c2c6

View File

@@ -17,7 +17,7 @@ Show recorded exception::
./sith.py show
Usage:
sith.py [--pdb|--ipdb|--pudb] [-d] [-m=<nr>] [-f] [--record=<file>] random [<path>]
sith.py [--pdb|--ipdb|--pudb] [-d] [-n=<nr>] [-f] [--record=<file>] random [<path>]
sith.py [--pdb|--ipdb|--pudb] [-d] [-f] [--record=<file>] redo
sith.py [--pdb|--ipdb|--pudb] [-d] [-f] run <operation> <path> <line> <column>
sith.py show [--record=<file>]