]> git.donarmstrong.com Git - mothur.git/blobdiff - errorchecking.cpp
changed name of distance command to dist.seqs
[mothur.git] / errorchecking.cpp
index f1279a4aaa57df50ab3f6606da3387d89e0718c0..c866ca0060960ab20f50f53ffbd774c066ffc628 100644 (file)
@@ -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; 
                        }