From 7a06fab9e32ca3ba91a566b065188c0b112d6c09 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Thu, 1 Nov 2018 17:02:46 +0300 Subject: Mention of "nodejs" configure option in help. --- auto/help | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auto/help b/auto/help index 91be220f..f22362d5 100644 --- a/auto/help +++ b/auto/help @@ -55,4 +55,7 @@ cat << END ruby OPTIONS configure Ruby module run "./configure ruby --help" to see available options + nodejs OPTIONS configure Node.js module + run "./configure nodejs --help" to see available options + END -- cgit