Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
briacp authored Jun 18, 2019
1 parent 9afa613 commit 0e4f17f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,15 @@ prompt-remove-omt-after-import=false

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

`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`
```
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`
usage: ManageOMTPackage [options] omegat-project-directory [omt-package-file]
-c,--config <property-file> use given file for configuration (default: /home/user/.omegat/omt-package-config.properties)
-h,--help print this message
-q,--quiet be extra quiet
-v,--verbose be extra verbose
```

## Sponsor

Expand Down

0 comments on commit 0e4f17f

Please sign in to comment.