]> git.donarmstrong.com Git - mothur.git/blobdiff - distancecommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / distancecommand.cpp
index 029b581f5d1f8590f16f075a79cde658055c518a..1be3552ee3d5f637f2cf17edda02695375400809 100644 (file)
@@ -55,7 +55,7 @@ string DistanceCommand::getHelpString(){
                helpString += "The dist.seqs command should be in the following format: \n";
                helpString += "dist.seqs(fasta=yourFastaFile, calc=yourCalc, countends=yourEnds, cutoff= yourCutOff, processors=yourProcessors) \n";
                helpString += "Example dist.seqs(fasta=amazon.fasta, calc=eachgap, countends=F, cutoff= 2.0, processors=3).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. calc), '=' and parameters (i.e.yourCalc).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. calc), '=' and parameters (i.e.yourCalc).\n";
                return helpString;
        }
        catch(exception& e) {