Skip to content

Commit

Permalink
joinp: tweak usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jul 17, 2023
1 parent c2e07b6 commit 47759c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cmd/joinp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Usage:
joinp arguments:
Both <input1> and <input2> files need to have headers. Stdin is not supported.
The columns arguments specify the columns to join for each input. Columns are referenced by name. Specify multiple columns by separating them with a comma.
The columns arguments specify the columns to join for each input. Columns are
referenced by name. Specify multiple columns by separating them with a comma.
Both <columns1> and <columns2> must specify exactly the same number of columns.
Note that <input1> is the left CSV data set and <input2> is the right CSV data set.
Expand Down

0 comments on commit 47759c5

Please sign in to comment.