diff --git a/public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantsToBinaryPed.java b/public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantsToBinaryPed.java
index c414b443e..55b4c0029 100644
--- a/public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantsToBinaryPed.java
+++ b/public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantsToBinaryPed.java
@@ -81,8 +81,9 @@ public class VariantsToBinaryPed extends RodWalker
* Regardless of which file is specified, the walker will output a .fam file alongside the bed file. If the - * command line has "-md [name].fam", the fam file will simply be copied. However, if a metadata file of the - * alternate format is passed by "-md [name].txt", the walker will construct a formatted .fam file from the data. + * command line has "-md [name].fam", the fam file will be subset and reordered to match the sample content and ordering + * of the VCF. However, if a metadata file of the alternate format is passed by "-md [name].txt", the walker will + * construct a formatted .fam file from the data. *
*/ @Input(shortName="m",fullName = "metaData",required=true,doc="Sample metadata file. You may specify a .fam file " + @@ -170,6 +171,13 @@ public class VariantsToBinaryPed extends RodWalker