Skip to content

Commit 0e4f17f

Browse files
authored
Update README.md
1 parent 9afa613 commit 0e4f17f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,15 @@ prompt-remove-omt-after-import=false
5454

5555
The packages can also be created directly with the command line:
5656

57-
`java -cp path/to/OmegaT.jar:/path/to/plugin-omt-package-1.0.7.jar net.briac.omegat.plugin.omt.ManageOMTPackage /path/to/project /path/to/omt_file`
57+
```
58+
java -cp path/to/OmegaT.jar:/path/to/plugin-omt-package-1.1.0.jar net.briac.omegat.plugin.omt.ManageOMTPackage /path/to/project /path/to/omt_file`
59+
60+
usage: ManageOMTPackage [options] omegat-project-directory [omt-package-file]
61+
-c,--config <property-file> use given file for configuration (default: /home/user/.omegat/omt-package-config.properties)
62+
-h,--help print this message
63+
-q,--quiet be extra quiet
64+
-v,--verbose be extra verbose
65+
```
5866

5967
## Sponsor
6068

0 commit comments

Comments
 (0)