]> git.donarmstrong.com Git - mothur.git/blobdiff - mergegroupscommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / mergegroupscommand.cpp
index 74bf0dea86c84c093d7d84b9c807b92be74892c6..cb990e467f49afddfd56a2106ee7c47c12d0bd7e 100644 (file)
@@ -43,7 +43,7 @@ string MergeGroupsCommand::getHelpString(){
                helpString += "The merge.groups command should be in the following format: merge.groups(design=yourDesignFile, shared=yourSharedFile).\n";
                helpString += "Example merge.groups(design=temp.design, groups=A-B-C, shared=temp.shared).\n";
                helpString += "The default value for groups is all the groups in your sharedfile, and all labels in your inputfile will be used.\n";
-               helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n\n";
+               helpString += "Note: No spaces between parameter labels (i.e. groups), '=' and parameters (i.e.yourGroups).\n";
                return helpString;
        }
        catch(exception& e) {