From 15a364d53b26318e6408ad7ca18736b2a72897cb Mon Sep 17 00:00:00 2001 From: Ramkumar K Date: Tue, 12 Sep 2023 15:08:30 +0530 Subject: [PATCH] 6827-clarify difference installFeature-installServerFeatures-3 clarify difference installFeature-installServerFeatures-3 #6827 --- .../reference/pages/command/featureUtility-installFeature.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/reference/pages/command/featureUtility-installFeature.adoc b/modules/reference/pages/command/featureUtility-installFeature.adoc index 98fbd41d5c..0f76c61c30 100644 --- a/modules/reference/pages/command/featureUtility-installFeature.adoc +++ b/modules/reference/pages/command/featureUtility-installFeature.adoc @@ -19,7 +19,7 @@ You can use the `featureUtility installFeature` command to install features into You can modify the behavior of the `featureUtility installFeature` command by declaring environment variables in the shell environment or by specifying properties in the `featureUtility.properties` file that's located in the `{wlp.install.dir}/etc/` directory. For example, you can define a local Maven repository to override Maven central when you install a feature. For more information, see xref:command/featureUtility-modifications.adoc[Modifications for featureUtility commands]. -The `featureUtility installFeature` command installs one or more Open Liberty features that you list on the command line. However, to automatically install all the features that specified in your server configuration, use the xref:command/featureUtility-installServerFeatures.adoc[featureUtility installServerFeatures] command instead. The `featureUtility installServerFeatures` command is the recommended tool to install a specific set of features for your server in most cases. +The `featureUtility installFeature` command installs one or more Open Liberty features that you list on the command line. However, to automatically install all the features that are specified in your server configuration, use the xref:command/featureUtility-installServerFeatures.adoc[featureUtility installServerFeatures] command instead. The `featureUtility installServerFeatures` command is the recommended tool to install a specific set of features for your server in most cases. == Usage examples