aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog/git_email.py
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-05-10 15:17:06 +0200
committerMartin Liska <mliska@suse.cz>2021-05-10 15:17:06 +0200
commit0fd1a54ba32df4316ea920e9877c66f79605df50 (patch)
tree402695b73ca83883ab7a8f2d310fa6ebd339496e /contrib/gcc-changelog/git_email.py
parent8300c34660b1711fad1cbdafd9aa470d19f5a47d (diff)
downloadgcc-0fd1a54ba32df4316ea920e9877c66f79605df50.zip
gcc-0fd1a54ba32df4316ea920e9877c66f79605df50.tar.gz
gcc-0fd1a54ba32df4316ea920e9877c66f79605df50.tar.bz2
gcc-changelog: remove newlines in git_email.py --help
contrib/ChangeLog: * gcc-changelog/git_email.py: Remove newlines when --help is used.
Diffstat (limited to 'contrib/gcc-changelog/git_email.py')
-rwxr-xr-xcontrib/gcc-changelog/git_email.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/gcc-changelog/git_email.py b/contrib/gcc-changelog/git_email.py
index 7ebf4c4..65ccb8c 100755
--- a/contrib/gcc-changelog/git_email.py
+++ b/contrib/gcc-changelog/git_email.py
@@ -73,8 +73,7 @@ class GitEmail(GitCommit):
def show_help():
- print("""
-usage: git_email.py [--help] [patch file ...]
+ print("""usage: git_email.py [--help] [patch file ...]
Check git ChangeLog format of a patch
@@ -82,8 +81,7 @@ With zero arguments, process every patch file in the
./patches directory.
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)