]> git.donarmstrong.com Git - mothur.git/blobdiff - removelineagecommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / removelineagecommand.cpp
index 021b56cd02f36aaa88edac90a8773ed1090bc5a0..75e2a079396c92f9e4ad8fcd0596ae399b2868a5 100644 (file)
@@ -49,7 +49,7 @@ string RemoveLineageCommand::getHelpString(){
                helpString += "Example remove.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 remove.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) {