From bc04ccc9d32090108b828554538ec68487b07db3 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 3 Feb 2024 20:36:11 +0000 Subject: [PATCH] ansible_collection.py: fix argument parser setup --- ansible_collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_collection.py b/ansible_collection.py index 80c4b33..494b4c5 100755 --- a/ansible_collection.py +++ b/ansible_collection.py @@ -107,7 +107,7 @@ class AnsibleCollection: def parseargs() -> argparse.Namespace: parser = argparse.ArgumentParser( - "Install and test Ansible Collections in an rpmbuild environment" + description="Install and test Ansible Collections in an rpmbuild environment" ) subparsers = parser.add_subparsers(dest="action") install_parser = subparsers.add_parser(