X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectsharedcommand.cpp;h=40ee3d255cc03c3a005bc79d77eeee78fb25d510;hb=6b32d112bb60e9f7eb6d4407a4eed4c49b67bced;hp=dd1ec270334e09f1d316ce060c2ab8c185e0d313;hpb=deba0af0ccdcb6005ed5b2b82649b137c63fbdf7;p=mothur.git diff --git a/collectsharedcommand.cpp b/collectsharedcommand.cpp index dd1ec27..40ee3d2 100644 --- a/collectsharedcommand.cpp +++ b/collectsharedcommand.cpp @@ -89,7 +89,7 @@ string CollectSharedCommand::getHelpString(){ helpString += "The all parameter is used to specify if you want the estimate of all your groups together. This estimate can only be made for sharedsobs and sharedchao calculators. The default is false.\n"; helpString += "If you use sharedchao and run into memory issues, set all to false. \n"; helpString += "The groups parameter allows you to specify which of the groups in your groupfile you would like analyzed. You must enter at least 2 valid groups.\n"; - helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListfile).\n"; + helpString += "Note: No spaces between parameter labels (i.e. shared), '=' and parameters (i.e.yourSharedfile).\n"; return helpString; } catch(exception& e) {