X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fapplication%2Fphylostrip.java;h=6145e1293976b5552dc8936bf4b71e15816e7457;hb=c73326f29a91a733a71bfe36192dbd30e4f49af8;hp=2981cd9e331b62d48813ffa164cf489774ba5f75;hpb=9309c84fbe86a9212029fee105c51765220f4e0c;p=jalview.git diff --git a/forester/java/src/org/forester/application/phylostrip.java b/forester/java/src/org/forester/application/phylostrip.java index 2981cd9..6145e12 100644 --- a/forester/java/src/org/forester/application/phylostrip.java +++ b/forester/java/src/org/forester/application/phylostrip.java @@ -46,7 +46,7 @@ public class phylostrip { if ( args.length < 4 ) { System.out.println( "\nstrip: Wrong number of arguments.\n" ); System.out - .println( "Usage: \"phylostrip [name1] [name2] ... OR [ref-tree]\"\n" ); + .println( "Usage: \"phylostrip [name1] [name2] ... OR [ref-tree]\"\n" ); System.out.println( " Options: -knn to keep listed nodes" ); System.out.println( " -rnn to remove listed nodes" ); System.out.println( " -knnp to keep nodes found in [ref-tree]" );