]> git.donarmstrong.com Git - mothur.git/blobdiff - getlineagecommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / getlineagecommand.cpp
index 5e35449dabd0d6c485780c3847f7971084c86f1c..dd00c0368c3e8167f26667d40af1925f184feb32 100644 (file)
@@ -49,7 +49,7 @@ string GetLineageCommand::getHelpString(){
                helpString += "Example get.lineage(taxonomy=amazon.silva.taxonomy, taxon=Bacteria;Firmicutes;Bacilli;Lactobacillales;).\n";
                helpString += "Note: If you are running mothur in script mode you must wrap the taxon in ' characters so mothur will ignore the ; in the taxon.\n";
                helpString += "Example get.lineage(taxonomy=amazon.silva.taxonomy, taxon='Bacteria;Firmicutes;Bacilli;Lactobacillales;').\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) {