From f2b752d78cae109c7a3096da9b836ec059f8c164 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Aug 08 2022 14:17:20 +0000 Subject: Fix --no-spec-warnings help text spacing --- diff --git a/go2rpm/__main__.py b/go2rpm/__main__.py index 1af5e24..c2ea870 100644 --- a/go2rpm/__main__.py +++ b/go2rpm/__main__.py @@ -526,7 +526,7 @@ def main(): "--no-spec-warnings", dest="spec_warnings", action="store_false", - help="Exclude warning comments from generated specfile. " + help="Exclude warning comments from generated specfile.\n" "Currently, this only removes the %%gometa -f explanatory comment.", ) parser.add_argument("-f", "--forge", action="store", nargs="?", help="Forge URL")