]> git.donarmstrong.com Git - mothur.git/blobdiff - corraxescommand.cpp
added getCommandInfoCommand for gui
[mothur.git] / corraxescommand.cpp
index 82cfa3683cbd0801da4a9805a567c84f67d3c427..ae91a24c108c16196fb67b508c62011c8cff1b63 100644 (file)
@@ -46,7 +46,7 @@ string CorrAxesCommand::getHelpString(){
                helpString += "The corr.axes command should be in the following format: corr.axes(axes=yourPcoaFile, shared=yourSharedFile, method=yourMethod).\n";
                helpString += "Example corr.axes(axes=genus.pool.thetayc.genus.lt.pcoa, shared=genus.pool.shared, method=kendall).\n";
                helpString += "The corr.axes command outputs a .corr.axes 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) {