Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve more wording for some of the help commands #13179

Merged
merged 3 commits into from
Feb 21, 2023

Conversation

AbrilRBS
Copy link
Member

Changelog: Omit
Docs: Omit

Updates the help wording in a few places that I found while making sure all of them were present in the docu

@@ -30,7 +30,8 @@ def add_lockfile_args(parser):
help="Filename of the updated lockfile")
parser.add_argument("--lockfile-packages", action="store_true",
help="Lock package-id and package-revision information")
parser.add_argument("--lockfile-clean", action="store_true", help="remove unused")
parser.add_argument("--lockfile-clean", action="store_true",
help="Remove unused entries from the lockfile")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks to @SSE4 for noticing in the first place that this was worded poorly :)

Co-authored-by: James <memsharded@gmail.com>
Copy link
Contributor

@franramirez688 franramirez688 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@franramirez688 franramirez688 added this to the 2.0 milestone Feb 21, 2023
@czoido czoido merged commit 915ed6b into conan-io:develop2 Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants