]> git.donarmstrong.com Git - mothur.git/blobdiff - secondarystructurecommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / secondarystructurecommand.cpp
index fec93e6e9f5f94414a392a1220b86153999b1f9d..d33805e42b2ac77233b919ced26627d36caf82aa 100644 (file)
@@ -36,7 +36,7 @@ string AlignCheckCommand::getHelpString(){
                helpString += "The align.check command parameters are fasta and map, both are required.\n";
                helpString += "The align.check command should be in the following format: align.check(fasta=yourFasta, map=yourMap).\n";
                helpString += "Example align.check(map=silva.ss.map, 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) {