Add temp option to README

This commit is contained in:
Alex Whitman
2013-08-17 12:40:00 +01:00
parent ca9fced819
commit 2214dccd4a
+4 -3
View File
@@ -38,9 +38,10 @@ Or git:
Usage: nexe -i [sources] -o [binary]
Options:
-i, --input The entry javascript files [default: cwd]
-o, --output The output binary [default: cwd/release/app.nex]
-r, --runtime The node.js runtime to use [default: "0.8.15"]
-i, --input The entry javascript files [default: cwd]
-o, --output The output binary [default: cwd/release/app.nex]
-r, --runtime The node.js runtime to use [default: "0.8.15"]
-t, --temp The path to store node.js sources [default: /tmp/nexe]
````