X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Fpccx.java;h=e3c81674823af2ad6b07f21fceafee9c3744a98f;hb=b6366fd2ac865514d2ceacb63432dac532147a85;hp=369d51449ac65b5be134cc179a4de9c5c8192cb8;hpb=01d681ced8f186561a3dd76715d950bd0eabd82d;p=jalview.git diff --git a/forester/java/src/org/forester/application/pccx.java b/forester/java/src/org/forester/application/pccx.java index 369d514..e3c8167 100644 --- a/forester/java/src/org/forester/application/pccx.java +++ b/forester/java/src/org/forester/application/pccx.java @@ -263,7 +263,7 @@ public class pccx { } catch ( final IOException e ) { ForesterUtil.fatalError( pccx.PRG_NAME, "Failed to write to \"" + annotated_phylogenies_outfile - + "\" [" + e.getMessage() + "]" ); + + "\" [" + e.getMessage() + "]" ); } } } @@ -283,7 +283,7 @@ public class pccx { System.out.println( "Usage:" ); System.out.println(); System.out.println( pccx.PRG_NAME - + " [options] [external node name 1] [name 2] ... [name n]" ); + + " [options] [external node name 1] [name 2] ... [name n]" ); System.out.println(); System.out.println( " Options: " ); System.out.println(); @@ -294,7 +294,7 @@ public class pccx { System.out.println( " -o= : write output to " ); System.out.println( " -i= : read (new-line separated) external node names from " ); System.out.println( " -" + pccx.OUTPUT_ANNOTATED_PHYLOGENIES_OPTION - + "= : write output as annotated phylogeny to (only first" ); + + "= : write output as annotated phylogeny to (only first" ); System.out.println( " phylogeny in phylogenies infile is used)" ); System.out.println(); }