]> git.donarmstrong.com Git - mothur.git/blobdiff - clusterfragmentscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / clusterfragmentscommand.cpp
index baea496ccb8b2b95aac764028493be1e51a302d1..c51a96a0f7de2cd8f10950e7724678b8c01fa71a 100644 (file)
@@ -58,7 +58,7 @@ string ClusterFragmentsCommand::getHelpString(){
                helpString += "The cluster.fragments command should be in the following format: \n";
                helpString += "cluster.fragments(fasta=yourFastaFile, names=yourNamesFile) \n";
                helpString += "Example cluster.fragments(fasta=amazon.fasta).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n";
                return helpString;
        }
        catch(exception& e) {