Add description to pkgutils help

This commit is contained in:
Veronica Berglyd Olsen
2024-07-04 22:01:52 +02:00
parent e40e282837
commit cc97129e64
+8 -1
View File
@@ -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