Skip to content

Commit 62292d8

Browse files
committed
Improve README
1 parent 69ab90c commit 62292d8

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ ARM is not currently supported.
1818

1919
Short name | Long name | Description | Argument
2020
---|---|---|---
21-
| | `--help` | Prints the help text |
22-
`-v` | `--version` | Sets the OpenCV version | The version in the format `x.x.x` e.g. `3.1.0`
23-
`-j` | `--java` | Flags the Java API for install. This does _not_ install JNI bindings
24-
`-jni` | `--jni` | Flags the JNI bindings for install
25-
`-h` | `--headers` | Flags the C++ headers for install
26-
`-n` | `--natives` | Flags the C++ native libraries for install
27-
| | `--all` | Installs all OpenCV artifacts
28-
| `-o` | `--overwrite` | Overwrite already installed files
29-
| | `--platform` | Download artifacts for a specific platform. They will be located in `./install` | The platform to download artifacts for
21+
| | `help` | Prints the help text |
22+
`v` | `version` | Sets the OpenCV version | The version in the format `x.x.x` e.g. `3.1.0`
23+
`j` | `java` | Flags the Java API for install. This does _not_ install JNI bindings
24+
`jni` | `jni` | Flags the JNI bindings for install
25+
`h` | `headers` | Flags the C++ headers for install
26+
`n` | `natives` | Flags the C++ native libraries for install
27+
| | `all` | Installs all OpenCV artifacts
28+
| `o` | `overwrite` | Overwrite already installed files
29+
| | `platform` | Download artifacts for a specific platform. They will be located in `./install` | The platform to download artifacts for
3030

3131
#### Options for `platform`
3232
```
@@ -39,5 +39,5 @@ linux64
3939

4040
## Usage
4141
```
42-
java -jar opencv-installer --version <version> --platform <platform> --java --jni --headers --natives --no-overwrite
42+
java -jar opencv-installer --version <version> --platform <platform> --java --jni --headers --natives --overwrite
4343
```

0 commit comments

Comments
 (0)