diff --git a/src/main_allelotype.cpp b/src/main_allelotype.cpp index fc6abf3..32fbac9 100644 --- a/src/main_allelotype.cpp +++ b/src/main_allelotype.cpp @@ -104,7 +104,7 @@ void show_help() { << "--version: print out allelotype program version number\n\n" << "Options for calculating and reporting allelotypes:\n" << "--include-gl Include the GL field in the VCF file (default = false)\n" - << "--dont-include-pl Do not print the (very large) PL field in the VCF file (default = false)\n\n" + << "--dont-include-pl Do not print the PL field in the VCF file (default = false). Makes VCFs smaller.\n\n" << "Default options for filtering reads:\n" << "--min-border : Filter reads that do not extend past both ends of the STR region\n" << " by at least bp. Default: " << min_border << "\n"