fix(cli): use updated names in deno info help text (#11989)

This commit is contained in:
Geert-Jan Zwiers 2021-09-13 13:50:04 +02:00 committed by GitHub
parent 93290487eb
commit 3ef23e25c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: