Skip to content
Snippets Groups Projects
Commit 0fd1a54b authored by Martin Liska's avatar Martin Liska
Browse files

gcc-changelog: remove newlines in git_email.py --help

contrib/ChangeLog:

	* gcc-changelog/git_email.py: Remove newlines when --help
	is used.
parent 8300c346
No related branches found
No related tags found
No related merge requests found
...@@ -73,8 +73,7 @@ class GitEmail(GitCommit): ...@@ -73,8 +73,7 @@ class GitEmail(GitCommit):
def show_help(): def show_help():
print(""" print("""usage: git_email.py [--help] [patch file ...]
usage: git_email.py [--help] [patch file ...]
Check git ChangeLog format of a patch Check git ChangeLog format of a patch
...@@ -82,8 +81,7 @@ With zero arguments, process every patch file in the ...@@ -82,8 +81,7 @@ With zero arguments, process every patch file in the
./patches directory. ./patches directory.
With one argument, process the named patch file. With one argument, process the named patch file.
Patch files must be in 'git format-patch' format. Patch files must be in 'git format-patch' format.""")
""")
sys.exit(0) sys.exit(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment