add record file in sith.py to other commands

This commit is contained in:
David Halter
2013-07-18 14:57:22 +02:00
parent dd6967de7c
commit 3777afb2cb

View File

@@ -18,9 +18,9 @@ Show recorded exception::
Usage:
sith.py [--pdb|--ipdb|--pudb] [-d] [-m=<nr>] [-f] [--record=<file>] random [<path>]
sith.py [--pdb|--ipdb|--pudb] [-d] [-f] redo
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
sith.py show [--record=<file>]
sith.py -h | --help
Options: