Skip to content

Commit

Permalink
Better help msg for readme-path arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rudra-iitm committed Jan 7, 2025
1 parent 4b360e4 commit b04ac3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatesnap/updatesnapyaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit b04ac3c

Please sign in to comment.