File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,15 @@ prompt-remove-omt-after-import=false
54
54
55
55
The packages can also be created directly with the command line:
56
56
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
+ ```
58
66
59
67
## Sponsor
60
68
You can’t perform that action at this time.
0 commit comments