Skip to content

Commit

Permalink
- typo (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yossi Farjoun committed Sep 4, 2019
1 parent 2221b9a commit bbbfd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/picard/illumina/IlluminaBasecallsToSam.java
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public class IlluminaBasecallsToSam extends CommandLineProgram {
@Argument(doc = "If set, process no more than this many tiles (used for debugging).", optional = true)
public Integer TILE_LIMIT;

@Argument(doc = "If set, process only the tile number given and append the tile number to the output file name.",
@Argument(doc = "If set, process only the tile number given and prepend the tile number to the output file name.",
mutex = "FIRST_TILE",
optional = true)
public Integer PROCESS_SINGLE_TILE;
Expand Down

0 comments on commit bbbfd78

Please sign in to comment.