]> git.donarmstrong.com Git - mothur.git/blobdiff - getotuscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / getotuscommand.cpp
index 4a79d3aca506815faa0828288c2b23150bf59c1c..b39b4ab74ef178bb1a3dd2029549c69b2bda4be6 100644 (file)
@@ -45,7 +45,7 @@ string GetOtusCommand::getHelpString(){
                helpString += "The get.otus command should be in the following format: get.otus(accnos=yourAccnos, list=yourListFile, group=yourGroupFile, label=yourLabel).\n";
                helpString += "Example get.otus(accnos=amazon.accnos, list=amazon.fn.list, group=amazon.groups, label=0.03).\n";
                helpString += "or get.otus(groups=pasture, list=amazon.fn.list, amazon.groups, label=0.03).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n";
                return helpString;
        }
        catch(exception& e) {