Fixed usage info.
This commit is contained in:
parent
70b31558fa
commit
651a599188
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public class TMW_RTF_TO_THDL_WYLIE {
|
||||||
= args[0].equals("--to-wylie"))
|
= args[0].equals("--to-wylie"))
|
||||||
|| (findSomeNonTMWMode
|
|| (findSomeNonTMWMode
|
||||||
= args[0].equals("--find-some-non-tmw"))))) {
|
= 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("TMW_RTF_TO_THDL_WYLIE [--version | -v | --help | -h]");
|
||||||
out.println("");
|
out.println("");
|
||||||
out.println("Distributed under the terms of the THDL Open Community License Version 1.0.");
|
out.println("Distributed under the terms of the THDL Open Community License Version 1.0.");
|
||||||
|
|
Loading…
Reference in a new issue