Skip to content

Commit f99f000

Browse files
committed
Fixing xan split help
1 parent bb4749c commit f99f000

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cmd/split.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
```txt
55
Splits the given CSV data into smaller files having a fixed number of
6-
rows given to -s, --size.
6+
rows given to -S, --size.
77
88
Target file can also be split into a given number of -c/--chunks.
99

src/cmd/split.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::CliResult;
99

1010
static USAGE: &str = "
1111
Splits the given CSV data into smaller files having a fixed number of
12-
rows given to -s, --size.
12+
rows given to -S, --size.
1313
1414
Target file can also be split into a given number of -c/--chunks.
1515

0 commit comments

Comments
 (0)