X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pcacommand.cpp;h=8fb41213c7f836cb45cb89474ae8c874e96cd42e;hb=5bb0453ee6ab8f7e700b5d0c61a84fdc73db4976;hp=4ca977876e8fe9bf250338c799f3cd69d2a29062;hpb=0983603e15dcb69eb01934685d55408156d3b85f;p=mothur.git diff --git a/pcacommand.cpp b/pcacommand.cpp index 4ca9778..8fb4121 100644 --- a/pcacommand.cpp +++ b/pcacommand.cpp @@ -132,7 +132,7 @@ void PCACommand::help(){ try { m->mothurOut("The pca command can only be run after a successful read.otu command of a shared or relabund file."); m->mothurOutEndLine(); m->mothurOut("The pca command parameters are label, groups and metric. No parameters are required."); m->mothurOutEndLine(); - m->mothurOut("The label parameter is used to analyze specific labels in your input. Default is the first label in your shared or relabund file. Multpile labels may be separated by dashes.\n"); + m->mothurOut("The label parameter is used to analyze specific labels in your input. Default is the first label in your shared or relabund file. Multiple labels may be separated by dashes.\n"); m->mothurOut("The groups parameter allows you to specify which groups you would like analyzed. Groupnames are separated by dashes.\n"); m->mothurOut("The metric parameter allows indicate you if would like the pearson correlation coefficient calculated. Default=True"); m->mothurOutEndLine(); m->mothurOut("Example pca(groups=yourGroups).\n");