Skip to content

Commit a4a205b

Browse files
committed
Fix old reference to -X option
1 parent 4318c0f commit a4a205b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/truffleruby/language/loader/FeatureLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public void ensureCExtImplementationLoaded(String feature, RequireNode requireNo
398398
throw new RaiseException(
399399
context,
400400
context.getCoreExceptions().loadError(
401-
"cannot load as C extensions are disabled with -Xcexts=false",
401+
"cannot load as C extensions are disabled with --ruby.cexts=false",
402402
feature,
403403
null));
404404
}

0 commit comments

Comments
 (0)