]> git.donarmstrong.com Git - mothur.git/blobdiff - clustercommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / clustercommand.cpp
index 9b0fcfd928cb5db6a6df12fb77a0583cc64cc4fb..221646700817bdddf61c1f2b968328a1af590ac1 100644 (file)
@@ -44,7 +44,7 @@ string ClusterCommand::getHelpString(){
                helpString += "The cluster command parameter options are phylip, column, name, method, cuttoff, hard, precision, sim, showabund and timing. Phylip or column and name are required, unless you have a valid current file.\n";
                helpString += "The cluster command should be in the following format: \n";
                helpString += "cluster(method=yourMethod, cutoff=yourCutoff, precision=yourPrecision) \n";
-               helpString += "The acceptable cluster methods are furthest, nearest, average and weighted.  If no method is provided then furthest is assumed.\n\n";    
+               helpString += "The acceptable cluster methods are furthest, nearest, average and weighted.  If no method is provided then furthest is assumed.\n";      
                return helpString;
        }
        catch(exception& e) {