changeset 1494:e19639f572c4

Fixed README to provide correct information about --disable-native-plugin
author Jiri Vanek <jvanek@redhat.com>
date Fri, 12 Oct 2018 15:37:59 +0200
parents 7f00f3fc1cf6
children 5b3e94efb41c
files README
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri Oct 12 13:30:42 2018 +0200
+++ b/README	Fri Oct 12 15:37:59 2018 +0200
@@ -48,7 +48,7 @@
 
 IcedTea-Web contains a Free Software browser plugin based on NPRuntime
 called NPPlugin.  By default, this will be built, and it can be turned
-off using the -disable-plugin option.
+off using the --disable-native-plugin option.
 
 Building IcedTea-Web
 ====================
@@ -73,7 +73,7 @@
 Some distributions do not provide correct NPAPI headers so you can use those: 
 https://bitbucket.org/mgorny/npapi-sdk/downloads.
 
-The plugin can be disabled by passing --disable-plugin.
+The plugin can be disabled by passing --disable-native-plugin.
 
 The following optional dependencies enable additional features
 
@@ -120,7 +120,7 @@
 Other options may be supplied which enable or disable new features.
 These are documented fully in the relevant section below.
 
-* --disable-plugin: Don't build the browser plugin.
+* --disable-native-plugin: Don't build the browser plugin.
 * --with-rhino: Specify the location of rhino jar
 * --with-tagsoup: Specify the location of the tagsoup jar
 * --with-jacoco: Specify the location of the jacoco jar