From c4344b3889a307de1127d0dc99ed4993a55c6c3e Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Fri, 17 Jun 2016 12:29:24 +0100 Subject: [PATCH] doc: add --target option to README PR-URL: https://github.com/nodejs/node-gyp/pull/958 Reviewed-By: Ben Noordhuis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3357fb2fe..5212b124f9 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ Command Options | **Command** | **Description** |:----------------------------------|:------------------------------------------ | `-j n`, `--jobs n` | Run make in parallel +| `--target=v6.2.1` | Node version to build for (default=process.version) | `--silly`, `--loglevel=silly` | Log all progress to console | `--verbose`, `--loglevel=verbose` | Log most progress to console | `--silent`, `--loglevel=silent` | Don't log anything to console