From cc97129e6433103ba560b3b8710539494fe93d6b Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:01:52 +0200 Subject: [PATCH] Add description to pkgutils help --- pkgutils.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pkgutils.py b/pkgutils.py index cd8cf0a9..69058254 100755 --- a/pkgutils.py +++ b/pkgutils.py @@ -1384,7 +1384,14 @@ def xdgUninstall(args: argparse.Namespace) -> None: if __name__ == "__main__": """Parse command line options and run the commands.""" - parser = argparse.ArgumentParser() + parser = argparse.ArgumentParser( + usage="pkgutils.py [command] [--flags]", + description=( + "This tool provides setup and build commands for installing or distibuting " + "novelWriter as a package on Linux, Mac and Windows, as well as developer tools " + "for internationalisation." + ) + ) parsers = parser.add_subparsers() # Version