X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=errorchecking.cpp;h=c866ca0060960ab20f50f53ffbd774c066ffc628;hb=ec453945974b5c72af0bea042e3517312566d592;hp=f1279a4aaa57df50ab3f6606da3387d89e0718c0;hpb=ee27b6e01a979fdf832668eb87412b029f77e4d7;p=mothur.git diff --git a/errorchecking.cpp b/errorchecking.cpp index f1279a4..c866ca0 100644 --- a/errorchecking.cpp +++ b/errorchecking.cpp @@ -246,7 +246,7 @@ bool ErrorCheck::checkInput(string input) { } } - if ((commandName == "filter.seqs") || (commandName == "distance")) { + if ((commandName == "filter.seqs") || (commandName == "dist.seq")) { if ((fastafile == "") && (nexusfile == "") && (clustalfile == "") && (phylipfile == "")) { cout << "You must read either a fasta, nexus, clustal, or phylip file before you can use the filter.seqs command." << endl; return false; }