From 651a599188e5734093aaf1b09d44f36c3950469e Mon Sep 17 00:00:00 2001 From: dchandler Date: Sun, 8 Jun 2003 23:23:12 +0000 Subject: [PATCH] Fixed usage info. --- source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIE.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIE.java b/source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIE.java index a393053..a79076e 100644 --- a/source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIE.java +++ b/source/org/thdl/tib/input/TMW_RTF_TO_THDL_WYLIE.java @@ -72,7 +72,7 @@ public class TMW_RTF_TO_THDL_WYLIE { = args[0].equals("--to-wylie")) || (findSomeNonTMWMode = args[0].equals("--find-some-non-tmw"))))) { - out.println("TMW_RTF_TO_THDL_WYLIE [--find-all-non-tmw | --find-some-non-tmw | --to-tibetan-machine | --to-wylie] RTF_file |"); + out.println("TMW_RTF_TO_THDL_WYLIE [--find-all-non-tmw | --find-some-non-tmw | --to-tibetan-machine | --to-tibetan-machine-web | --to-wylie] RTF_file |"); out.println("TMW_RTF_TO_THDL_WYLIE [--version | -v | --help | -h]"); out.println(""); out.println("Distributed under the terms of the THDL Open Community License Version 1.0.");