]> git.donarmstrong.com Git - mothur.git/blobdiff - preclustercommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / preclustercommand.cpp
index 550a6b74ebd99d81c47a169c99462f2a53b6b2b4..9f96ebd43a836bf699aa5ae1fff55f8752ad748a 100644 (file)
@@ -42,7 +42,7 @@ string PreClusterCommand::getHelpString(){
                helpString += "The pre.cluster command should be in the following format: \n";
                helpString += "pre.cluster(fasta=yourFastaFile, names=yourNamesFile, diffs=yourMaxDiffs) \n";
                helpString += "Example pre.cluster(fasta=amazon.fasta, diffs=2).\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) {