diff --git a/src/c++/main/multimerge.cpp b/src/c++/main/multimerge.cpp index a874e392..44cce5fb 100644 --- a/src/c++/main/multimerge.cpp +++ b/src/c++/main/multimerge.cpp @@ -100,7 +100,7 @@ int main(int argc, char* argv[]) { ("location,l", po::value(), "Start location.") ("regions,R", po::value(), "Use a bed file for getting a subset of regions (traversal via tabix).") ("targets,T", po::value(), "Use a bed file for getting a subset of targets (streaming the whole file, ignoring things outside the bed regions).") - ("limit-records", po::value(), "Maximum umber of records to process") + ("limit-records", po::value(), "Maximum Number of records to process") ("message-every", po::value(), "Print a message every N records.") ("apply-filters,f", po::value(), "Apply filtering in VCF.") ("leftshift", po::value(), "Leftshift variant alleles.")