You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-07-15 01:34:27 +02:00
Copy
This commit is contained in:
@ -577,7 +577,7 @@ troubleshooting.add_argument(
|
||||
action='store_true',
|
||||
default=False,
|
||||
help="""
|
||||
Prints exception traceback should one occur.
|
||||
Prints the exception traceback should one occur.
|
||||
|
||||
"""
|
||||
)
|
||||
@ -586,8 +586,8 @@ troubleshooting.add_argument(
|
||||
action='store_true',
|
||||
default=False,
|
||||
help="""
|
||||
Prints exception traceback should one occur, and also other information
|
||||
that is useful for debugging HTTPie itself and for reporting bugs.
|
||||
Prints the exception traceback should one occur, as well as other
|
||||
information useful for debugging HTTPie itself and for reporting bugs.
|
||||
|
||||
"""
|
||||
)
|
||||
|
Reference in New Issue
Block a user