]> git.donarmstrong.com Git - mothur.git/blobdiff - unifracweightedcommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / unifracweightedcommand.cpp
index 29cdf94091cebb65104e1b5691e5691e19a4e495..7915cac122cdaa08e8fef3b896a774499462a343 100644 (file)
@@ -48,7 +48,7 @@ string UnifracWeightedCommand::getHelpString(){
                helpString += "Example unifrac.weighted(groups=A-B-C, iters=500).\n";
                helpString += "The default value for groups is all the groups in your groupfile, and iters is 1000.\n";
                helpString += "The unifrac.weighted command output two files: .weighted and .wsummary their descriptions are in the manual.\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) {