From aef5cf91a38236854b31fd09a6089cf61dc4d752 Mon Sep 17 00:00:00 2001 From: Mia McMahill Date: Tue, 16 Jun 2026 16:10:50 -0500 Subject: [PATCH] flatpak-coredumpctl: Make use of periods consistent in help messages Help messages were inconsistent about whether they ended with periods or not. I chose to remove the periods from those that had them rather than the other way around because the help messages automatically generated by argparse do not have periods. --- scripts/flatpak-coredumpctl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/flatpak-coredumpctl b/scripts/flatpak-coredumpctl index 920c1f87a..4b7c50dca 100755 --- a/scripts/flatpak-coredumpctl +++ b/scripts/flatpak-coredumpctl @@ -102,11 +102,11 @@ if __name__ == "__main__": parser.add_argument("--extra-flatpak-args", default="", help="Extra argument to pass to flatpak") parser.add_argument("app", nargs="?", - help="The flatpak application to use. eg. `org.gnome.Epiphany//3.28`.") + help="The flatpak application to use. eg. `org.gnome.Epiphany//3.28`") parser.add_argument("-m", "--coredumpctl-matches", default="", - help="Coredumpctl matches, see `man coredumpctl` for more information.") + help="Coredumpctl matches, see `man coredumpctl` for more information") parser.add_argument("--gdb-arguments", default="", - help="Arguments to pass to gdb.") + help="Arguments to pass to gdb") args = parser.parse_args() try: