diff --git a/quast_libs/options_parser.py b/quast_libs/options_parser.py index 60af8aa17f..b40b3d021d 100644 --- a/quast_libs/options_parser.py +++ b/quast_libs/options_parser.py @@ -790,8 +790,8 @@ def parse_options(logger, quast_args): if len(qconfig.forward_reads) != len(qconfig.reverse_reads): logger.error('Use the SAME number of files with forward and reverse reads for paired-end libraries ' '(-1 -2 ).\n' - 'Use --12 option to specify a file with interlaced forward and reverse paired-end reads.\n' - 'Use -s option to specify a file with unpaired (single-end) reads.', exit_with_code=3) + 'Use --pe12 option to specify a file with interlaced forward and reverse paired-end reads.\n' + 'Use --single option to specify a file with unpaired (single-end) reads.', exit_with_code=3) if len(qconfig.mp_forward_reads) != len(qconfig.mp_reverse_reads): logger.error('Use the SAME number of files with forward and reverse reads for mate-pair libraries ' '(--mp1 --mp2 ).\n'