From b04ac3c10291cad0851a7bcf10daa9fb913e1694 Mon Sep 17 00:00:00 2001 From: rudra-iitm Date: Tue, 7 Jan 2025 21:55:19 +0530 Subject: [PATCH] Better help msg for readme-path arg --- updatesnap/updatesnapyaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatesnap/updatesnapyaml.py b/updatesnap/updatesnapyaml.py index 9372c2c..b9f3c0d 100755 --- a/updatesnap/updatesnapyaml.py +++ b/updatesnap/updatesnapyaml.py @@ -126,7 +126,7 @@ def parse_args(): parser.add_argument('--yaml-path', action='store', default=None, help='Path to the yaml file') parser.add_argument('--readme-path', action='store', default=None, - help='Path of the README file parts will be listed.') + help='Path to the README.md file where the parts and their version will be listed.') parser.add_argument('--verbose', action='store_true', default=False) parser.add_argument('project', default='.', help='The project URI')