diff --git a/src/main/scala/com/fulcrumgenomics/util/UpdateGffContigNames.scala b/src/main/scala/com/fulcrumgenomics/util/UpdateGffContigNames.scala index 8833ef9ae..cb6b916fd 100644 --- a/src/main/scala/com/fulcrumgenomics/util/UpdateGffContigNames.scala +++ b/src/main/scala/com/fulcrumgenomics/util/UpdateGffContigNames.scala @@ -34,7 +34,7 @@ import com.fulcrumgenomics.sopt.{arg, clp} @clp(description = """ - |Updates then contig names in a GFF. + |Updates the contig names in a GFF. | |The name of each sequence must match one of the names (including aliases) in the given sequence dictionary. The |new name will be the primary (non-alias) name in the sequence dictionary.