diff --git a/src/main/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfToBed.java b/src/main/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfToBed.java index 4bbfb90c19b..272d27b55b5 100644 --- a/src/main/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfToBed.java +++ b/src/main/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfToBed.java @@ -41,7 +41,7 @@ *
  *     java -jar GtfToBed.jar \
  *     -gtf-path input.gtf \
- *     -gtf-dictionary dictionary.dict \
+ *     -sequence-dictionary dictionary.dict \
 = *    -output output.bed \
  * 
* @@ -51,7 +51,7 @@ *
  *     java -jar GtfToBed.jar \
  *     -gtf-path input.gtf \
- *     -gtf-dictionary dictionary.dict \
+ *     -sequence-dictionary dictionary.dict \
  *     -sort-transcript \
  *     -output output.bed \
  * 
@@ -62,7 +62,7 @@ * *
  *     java -jar GtfToBed.jar \
  *     -gtf-path input.gtf \
- *     -gtf-dictionary dictionary.dict \
+ *     -sequence-dictionary dictionary.dict \
  *     -sort-transcript \
  *     -sort-basic \
  *     -output output.bed \