From 6eba5ddd4248f270f96a305298b399cde65ecda7 Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Thu, 30 May 2019 15:02:10 +0300 Subject: [PATCH] Java: added java module in configure help. --- auto/help | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auto/help b/auto/help index f22362d5..fe0c7056 100644 --- a/auto/help +++ b/auto/help @@ -58,4 +58,7 @@ cat << END nodejs OPTIONS configure Node.js module run "./configure nodejs --help" to see available options + java OPTIONS configure Java module + run "./configure java --help" to see available options + END