summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
authorGeert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com>2021-09-13 13:50:04 +0200
committerGitHub <noreply@github.com>2021-09-13 13:50:04 +0200
commit3ef23e25c608de1d3e16c2f4c2d10814ccc862bf (patch)
treefacc2a7a64e9bc8b07184175eaa36c80b019540e /cli/flags.rs
parent93290487eb6dc3d7c6bf304c1a7c13e4139e4c40 (diff)
fix(cli): use updated names in deno info help text (#11989)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r--cli/flags.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index 8bfcbb380..b35b7bad7 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -860,9 +860,8 @@ The following information is shown:
local: Local path of the file.
type: JavaScript, TypeScript, or JSON.
-compiled: Local path of compiled source code. (TypeScript only.)
-map: Local path of source map. (TypeScript only.)
-deps: Dependency tree of the source file.
+emit: Local path of compiled source code. (TypeScript only.)
+dependencies: Dependency tree of the source file.
Without any additional arguments, 'deno info' shows: