We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4749c commit f99f000Copy full SHA for f99f000
docs/cmd/split.md
@@ -3,7 +3,7 @@
3
4
```txt
5
Splits the given CSV data into smaller files having a fixed number of
6
-rows given to -s, --size.
+rows given to -S, --size.
7
8
Target file can also be split into a given number of -c/--chunks.
9
src/cmd/split.rs
@@ -9,7 +9,7 @@ use crate::CliResult;
10
static USAGE: &str = "
11
12
13
14
15
0 commit comments