Skip to content

Commit

Permalink
Add missing escape characters around double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
pd3 committed Nov 28, 2017
1 parent b7c4fb0 commit d945e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcfannotate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ static void usage(args_t *args)
fprintf(stderr, " --rename-chrs <file> rename sequences according to map file: from\\tto\n");
fprintf(stderr, " -s, --samples [^]<list> comma separated list of samples to annotate (or exclude with \"^\" prefix)\n");
fprintf(stderr, " -S, --samples-file [^]<file> file of samples to annotate (or exclude with \"^\" prefix)\n");
fprintf(stderr, " -x, --remove <list> list of annotations (e.g. ID,INFO/DP,FORMAT/DP,FILTER) to remove (or keep with "^" prefix). See man page for details\n");
fprintf(stderr, " -x, --remove <list> list of annotations (e.g. ID,INFO/DP,FORMAT/DP,FILTER) to remove (or keep with \"^\" prefix). See man page for details\n");
fprintf(stderr, " --threads <int> number of extra output compression threads [0]\n");
fprintf(stderr, "\n");
exit(1);
Expand Down

0 comments on commit d945e75

Please sign in to comment.