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

unexpand: move help strings to markdown file #4704

Merged

Conversation

piotrkwiecinski
Copy link
Contributor

#4368

unexpand --help outputs the following:

target/debug/unexpand --help
Convert blanks in each `FILE` to tabs, writing to standard output.
With no `FILE`, or when `FILE` is `-`, read standard input.

Usage: target/debug/unexpand [OPTION]... [FILE]...

Options:
  -a, --all             convert all blanks, instead of just initial blanks
      --first-only      convert only leading sequences of blanks (overrides -a)
  -t, --tabs <N, LIST>  use comma separated LIST of tab positions or have tabs N characters
                        apart instead of 8 (enables -a)
  -U, --no-utf8         interpret input file as 8-bit ASCII rather than UTF-8
  -h, --help            Print help
  -V, --version         Print version

@cakebaker cakebaker merged commit 7949778 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