]> git.donarmstrong.com Git - mothur.git/blobdiff - parselistscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / parselistscommand.cpp
index 6e4082e0c139b76435aa073cd1f0c7013b85dca3..c79eb63c31b576359f8b6bf270bea83ba25028d2 100644 (file)
@@ -37,7 +37,7 @@ string ParseListCommand::getHelpString(){
                helpString += "The label parameter is used to read specific labels in your input you want to use.\n";
                helpString += "The parse.list command should be used in the following format: parse.list(list=yourListFile, group=yourGroupFile, label=yourLabels).\n";
                helpString += "Example: parse.list(list=abrecovery.fn.list, group=abrecovery.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) {