]> git.donarmstrong.com Git - mothur.git/blobdiff - subsamplecommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / subsamplecommand.cpp
index 5bc49d6503e8a3f24b35933129cb36a11cf08587..3b89c6d94eca1b6be43baef0da6ed3c9e286ed33 100644 (file)
@@ -53,7 +53,7 @@ string SubSampleCommand::getHelpString(){
                helpString += "Example sub.sample(list=abrecovery.fn.list, group=abrecovery.groups, groups=B-C, size=20).\n";
                helpString += "The default value for groups is all the groups in your groupfile, and all labels in your inputfile will be used.\n";
                helpString += "The sub.sample command outputs a .subsample file.\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) {