From 0fd1a54ba32df4316ea920e9877c66f79605df50 Mon Sep 17 00:00:00 2001
From: Martin Liska <mliska@suse.cz>
Date: Mon, 10 May 2021 15:17:06 +0200
Subject: [PATCH] gcc-changelog: remove newlines in git_email.py --help

contrib/ChangeLog:

	* gcc-changelog/git_email.py: Remove newlines when --help
	is used.
---
 contrib/gcc-changelog/git_email.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/contrib/gcc-changelog/git_email.py b/contrib/gcc-changelog/git_email.py
index 7ebf4c4e6ec9..65ccb8cea997 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)
 
 
-- 
GitLab