From 7fc04b916970fbc92b1ce56ab16d80c1e0dc7c28 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Fri, 29 Jun 2012 19:20:45 +0000 Subject: [PATCH] cleanup --- forester/java/src/org/forester/application/gsdi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forester/java/src/org/forester/application/gsdi.java b/forester/java/src/org/forester/application/gsdi.java index 0395e64..6b58edf 100644 --- a/forester/java/src/org/forester/application/gsdi.java +++ b/forester/java/src/org/forester/application/gsdi.java @@ -484,7 +484,7 @@ public final class gsdi { System.out.println( " in phyloXML format (unless option -" + gsdi.GUESS_FORMAT_OF_SPECIES_TREE + " is used)" ); System.out.println(); System.out.println( "Example: gsdi -" + ALLOW_STRIPPING_OF_GENE_TREE_OPTION - + " gene_tree.xml tree_of_life.xml out.xml" ); + + " gene_tree.xml tree_of_life.xml out.xml" ); System.out.println(); } } -- 1.7.10.2