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

true: move help strings to markdown file #4703

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

piotrkwiecinski
Copy link
Contributor

#4368

true --help outputs the following:

target/debug/true --help
Returns true, a successful exit status.

Immediately returns with the exit status `0`, except when invoked with one of the
recognized
options. In those cases it will try to write the help or version text. Any IO error during
this
operation causes the program to return `1` instead.

Usage: true

Options:
      --help     Print help information
      --version  Print version information

@cakebaker cakebaker merged commit 7ad3676 into uutils:main Apr 4, 2023
@cakebaker
Copy link
Contributor

Thanks!

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.

2 participants