summaryrefslogtreecommitdiff
path: root/src/flags.rs
diff options
context:
space:
mode:
authorAmos Lim <amoseui@gmail.com>2018-10-16 01:08:19 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-10-15 12:08:19 -0400
commit15590a0cde8901f15d200d433761d11cc5468270 (patch)
tree79514c9465ab81504981010644681fe56ac09e98 /src/flags.rs
parenta327759971fe5cb095e1d2f6125269e60ac00123 (diff)
Specify deno_dir location with env var DENO_DIR (#970)
(Use C:\deno instead of c:\deno in appveyor config because it's cloned to c:\ by clone_folder variable in .appveyor.yml. On the other hand, build directory is pointed to C:\ by $(APPVEYOR_BUILD_FOLDER) so that test targets are placed on separated partitions.)
Diffstat (limited to 'src/flags.rs')
-rw-r--r--src/flags.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/flags.rs b/src/flags.rs
index e4e3c28df..d766fee0c 100644
--- a/src/flags.rs
+++ b/src/flags.rs
@@ -60,7 +60,10 @@ pub fn print_usage() {
-h or --help Print this message.
--v8-options Print V8 command line options.
--deps Print module dependencies.
---types Print runtime TypeScript declarations."
+--types Print runtime TypeScript declarations.
+
+Environment variables:
+DENO_DIR Set deno's base directory."
);
}