-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chcon: move help strings to a markdown file #4445
Conversation
``` | ||
chcon [OPTION]... CONTEXT FILE... | ||
chcon [OPTION]... [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE... | ||
chcon [OPTION]... --reference=RFILE FILE... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the spell check is complaining here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added an ignore at the beginning of the file 85567d5
However I am asking myself whether RFILE
should not be added to this list as it's not the only place where it's used. https://github.com/uutils/coreutils/blob/f5a9ffe52fb40c045684ea95129f6020e04bfff2/.vscode/cspell.dictionaries/jargon.wordlist.txt
What do you think ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that sounds good!
GNU testsuite comparison:
|
This is addressed by #4437 |
Indeed those PRs we're doing the same thing. Feel free to pick up other utils (which should go a lot quicker now that we've had a review round here!) |
Moves the
about
andsummary
help strings tochcon.md
in thechcon
directory.See #4368 for more context.