Skip to content

Commit edcc3eb

Browse files
authored
Merge pull request #921 from dwinter/master
Tiny tweak to error message when bamToFastq doesn't get a bam file
2 parents 0369b03 + 8ce4cb8 commit edcc3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bamToFastq/bamToFastqMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ int bamtofastq_main(int argc, char* argv[]) {
9898

9999
// make sure we have a BAM file
100100
if (!haveInBam) {
101-
cerr << endl << "*****" << endl << "*****ERROR: Need -bam. " << endl << "*****" << endl;
101+
cerr << endl << "*****" << endl << "*****ERROR: Need bam file (-i). " << endl << "*****" << endl;
102102
showHelp = true;
103103
}
104104
// make sure we have an end1 FASTQ file

0 commit comments

Comments
 (0)