This commit is contained in:
Jakub Roztocil 2016-03-01 21:37:26 +08:00
parent e2751e5fa3
commit 0d2d24eac7
2 changed files with 5 additions and 5 deletions

View File

@ -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.
"""
)

View File

@ -164,8 +164,8 @@ def main(args=sys.argv[1:], env=Environment(), custom_log_error=None):
"""
The main function.
Pre-process args, handle some special type of invocations, and run the main
program with error handling.
Pre-process args, handle some special types of invocations,
and run the main program with error handling.
Return exit status code.