Changing --show_tracebacks to --show-tracebacks
This commit is contained in:
parent
5040c29946
commit
05899423df
@ -32,10 +32,12 @@ Command line options
|
|||||||
|
|
||||||
.. versionadded:: 0.9.11
|
.. versionadded:: 0.9.11
|
||||||
|
|
||||||
.. cmdoption:: --show_tracebacks
|
.. cmdoption:: --show-tracebacks
|
||||||
|
|
||||||
Print extended tracebacks for Hy exceptions.
|
Print extended tracebacks for Hy exceptions.
|
||||||
|
|
||||||
|
.. versionadded:: 0.9.12
|
||||||
|
|
||||||
.. cmdoption:: -v
|
.. cmdoption:: -v
|
||||||
|
|
||||||
Print the Hy version number and exit.
|
Print the Hy version number and exit.
|
||||||
|
@ -244,7 +244,7 @@ def cmdline_handler(scriptname, argv):
|
|||||||
|
|
||||||
parser.add_argument("-v", action="version", version=VERSION)
|
parser.add_argument("-v", action="version", version=VERSION)
|
||||||
|
|
||||||
parser.add_argument("--show_tracebacks", action="store_true",
|
parser.add_argument("--show-tracebacks", action="store_true",
|
||||||
help="show complete tracebacks for Hy exceptions")
|
help="show complete tracebacks for Hy exceptions")
|
||||||
|
|
||||||
# this will contain the script/program name and any arguments for it.
|
# this will contain the script/program name and any arguments for it.
|
||||||
|
Loading…
Reference in New Issue
Block a user