Skip to content

Commit

Permalink
split: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitkoff committed Oct 18, 2023
1 parent 884251c commit e6175a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/uu/split/src/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,10 @@ enum SettingsError {
/// Multiple different separator characters
MultipleSeparatorCharacters,

/// Using `--filter` with Kth chunk options that output to stdout
/// Using `--filter` with `--number` option sub-strategies that print Kth chunk out of N chunks to stdout
/// K/N
/// l/K/N
/// r/K/N
FilterWithKthChunkNumber,

/// The `--filter` option is not supported on Windows.
Expand Down

0 comments on commit e6175a0

Please sign in to comment.