Skip to content

Commit

Permalink
minor update to the command-line help
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutz Fischer committed Sep 9, 2016
1 parent dd3618a commit bef415d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/rappsilber/fdr/CSVinFDR.java
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ public String execClass() {
}

public String argList() {
return super.argList() + " --map=col:name,col:name --delimiter= --quote= ";
return super.argList() + " --map=col:name,col:name --delimiter= --quote= csv-file1 csv-file2";
}

public String argDescription() {
Expand Down

0 comments on commit bef415d

Please sign in to comment.