]> git.donarmstrong.com Git - mothur.git/blobdiff - removerarecommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / removerarecommand.cpp
index 41355b9560e910c03be93e527524e4363b86be11..e46aa09f9e338ddd49305758504288f7dc65aa5e 100644 (file)
@@ -50,7 +50,7 @@ string RemoveRareCommand::getHelpString(){
                helpString += "The nseqs parameter allows you to set the cutoff for an otu to be deemed rare. It is required.\n";
                helpString += "The remove.rare command should be in the following format: remove.rare(shared=yourSharedFile, nseqs=yourRareCutoff).\n";
                helpString += "Example remove.rare(shared=amazon.fn.shared, nseqs=2).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. shared), '=' and parameters (i.e.yourSharedFile).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. shared), '=' and parameters (i.e.yourSharedFile).\n";
                return helpString;
        }
        catch(exception& e) {