fix README.md about options
This commit is contained in:
parent
bc4be44174
commit
dceb58cf82
13
README.md
13
README.md
@ -11,19 +11,26 @@ mvn package
|
||||
## run
|
||||
|
||||
```shell
|
||||
./target/dist/bin/bioformats-imageinfo "[path to image file]"
|
||||
./target/dist/bin/bioformats-imageinfo "[OPTION]" "[path to image file]"
|
||||
```
|
||||
|
||||
### run by jar
|
||||
|
||||
```shell
|
||||
java -jar ./target/dist/lib/bioformats-imageinfo-1.2.3.jar "[path to image file]"
|
||||
java -jar ./target/dist/lib/bioformats-imageinfo-1.2.3.jar "[OPTION]" "[path to image file]"
|
||||
```
|
||||
|
||||
### run by fat jar
|
||||
|
||||
```shell
|
||||
java -jar ./target/bioformats-imageinfo-1.2.3-jar-with-dependencies.jar "[path to image file]"
|
||||
java -jar ./target/bioformats-imageinfo-1.2.3-jar-with-dependencies.jar "[OPTION]" "[path to image file]"
|
||||
```
|
||||
|
||||
### OPTION
|
||||
|
||||
```shell
|
||||
-M output metadata
|
||||
-T output thumbnail
|
||||
```
|
||||
|
||||
## library usage
|
||||
|
Loading…
Reference in New Issue
Block a user