Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Aug 13, 2024
1 parent 5db00fe commit 2194f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/slice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Examples:
qsv slice --index 1 data.csv
qs slice -i 1 data.csv
# Slice the from the second record, two records
# Slice from the second record, two records
qsv slice -s 1 --len 2 data.csv
# Slice records 10 to 20 as JSON
Expand Down

0 comments on commit 2194f20

Please sign in to comment.