Skip to content

Commit

Permalink
enum: correct shuffling example using uuid4
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jun 24, 2024
1 parent 18b3998 commit 36bd00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/enumerate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The enum function has four modes of operation:
Finally, note that you should also be able to shuffle the lines of a CSV file
by sorting on the generated uuids:
$ qsv enum --uuid file.csv | qsv sort -s uuid > shuffled.csv
$ qsv enum --uuid4 file.csv | qsv sort -s uuid > shuffled.csv
Usage:
qsv enum [options] [<input>]
Expand Down

0 comments on commit 36bd00f

Please sign in to comment.