From 95050d0472d6c3221c4d3ce67577bc1f1a94794e Mon Sep 17 00:00:00 2001 From: Akihito Mikazuki Date: Mon, 4 Oct 2021 15:36:04 -0400 Subject: [PATCH] docs:python2 to python3 in cli help --- src/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.ts b/src/options.ts index b736b12..e89fb05 100644 --- a/src/options.ts +++ b/src/options.ts @@ -109,7 +109,7 @@ ${c.bold('nexe [options]')} ${c.underline.bold('Building from source:')} -b --build -- build from source - -p --python -- python2 (as python) executable path + -p --python -- python3 (as python) executable path -f --flag -- *v8 flags to include during compilation -c --configure -- *arguments to the configure step -m --make -- *arguments to the make/build step