Skip to content

Commit 074dcc7

Browse files
authored
change reference of JNA to JNI
1 parent 700388b commit 074dcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-script/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pub fn run(settings: BindingBuilderSettings) {
2323
Arg::with_name("java")
2424
.long("java")
2525
.takes_value(false)
26-
.help("Build Java (JNA) bindings"),
26+
.help("Build Java (JNI) bindings"),
2727
)
2828
.arg(
2929
Arg::with_name("doxygen")

0 commit comments

Comments
 (0)