Skip to content

Commit 6819984

Browse files
authored
Update README.md
1 parent d49e44a commit 6819984

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 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-
| | --no-overwrite | Do not 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+
| | `--no-overwrite` | Do not 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
```

0 commit comments

Comments
 (0)