Skip to content

Commit

Permalink
Fizing grammar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
r78v10a07 committed Apr 16, 2019
1 parent b4ddaf1 commit 0fe526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ void PrintUsage(char *pname) {
char *ptr = strrchr(pname, '/');
ptr = ptr ? ptr + 1 : (char *) pname;

fprintf(stderr, "\nBAMcompare: at tool to quantify peaks, and scale sequencing data\n");
fprintf(stderr, "\nBAMscale: a tool to quantify peaks, and scale sequencing data\n");
fprintf(stderr, "Version: %s\n", "v1.0");

fprintf(stderr, "\nUsage: %s <command>\n", ptr);
Expand Down

0 comments on commit 0fe526c

Please sign in to comment.