diff options
author | Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> | 2021-09-13 13:50:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 13:50:04 +0200 |
commit | 3ef23e25c608de1d3e16c2f4c2d10814ccc862bf (patch) | |
tree | facc2a7a64e9bc8b07184175eaa36c80b019540e /cli/flags.rs | |
parent | 93290487eb6dc3d7c6bf304c1a7c13e4139e4c40 (diff) |
fix(cli): use updated names in deno info help text (#11989)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 5 |
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: |