]> git.donarmstrong.com Git - mothur.git/blobdiff - setlogfilecommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / setlogfilecommand.cpp
index 00e702c7b86d3d7bd16dfa5a162250f49402dae1..0a3dfc974f1d6ca45352b712efea37a2df02daf0 100644 (file)
@@ -35,7 +35,7 @@ string SetLogFileCommand::getHelpString(){
                helpString += "The set.logfile command parameters are name and append, name is required. Append is set to false by default.\n";
                helpString += "The set.logfile command should be in the following format: set.logfile(name=yourLogFileName, append=T).\n";
                helpString += "Example set.logfile(name=/Users/lab/desktop/output.txt, append=T).\n";
-               helpString += "Note: No spaces between parameter labels (i.e. name), '=' and parameters (i.e.yourLogFileName).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. name), '=' and parameters (i.e.yourLogFileName).\n";
                return helpString;
        }
        catch(exception& e) {