Skip to content

Commit

Permalink
Fix program name in help page of program "srf_extract_hash"
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Boisvert authored and jkbonfield committed Jan 2, 2020
1 parent 5349ca7 commit fa9390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion progs/srf_extract_hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void ztr2fastq(ztr_t *z, char *name, int calibrated) {

/* ------------------------------------------------------------------------ */
void usage(void) {
fprintf(stderr, "Usage: srf_extract [-fastq] [-c] archive_name trace_name ...\n");
fprintf(stderr, "Usage: srf_extract_hash [-fastq] [-c] archive_name trace_name ...\n");
exit(1);
}

Expand Down

0 comments on commit fa9390a

Please sign in to comment.