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

csplit: move help strings to markdown file #4474

Merged

Conversation

papparapa
Copy link
Contributor

#4368

csplit -h outputs the following.

$ ./target/debug/coreutils csplit -h
Split a file into sections determined by context lines

Usage: ./target/debug/coreutils csplit [OPTION]... FILE PATTERN...

Options:
  -b, --suffix-format <FORMAT>  use sprintf FORMAT instead of %02d
  -f, --prefix <PREFIX>         use PREFIX instead of 'xx'
  -k, --keep-files              do not remove output files on errors
      --suppress-matched        suppress the lines matching PATTERN
  -n, --digits <DIGITS>         use specified number of digits instead of 2
  -s, --quiet                   do not print counts of output file sizes [aliases: silent]
  -z, --elide-empty-files       remove empty output files
  -h, --help                    Print help information
  -V, --version                 Print version information

Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ..., and output byte counts of each piece to standard output.

@github-actions
Copy link

github-actions bot commented Mar 7, 2023

GNU testsuite comparison:

Congrats! The gnu test tests/misc/timeout is no longer failing!

@sylvestre sylvestre merged commit 68b5845 into uutils:main Mar 7, 2023
@papparapa papparapa deleted the csplit-move-help-strings-to-md-file branch March 9, 2023 14:13
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