Skip to content

Commit

Permalink
fix(cli): use updated names in deno info help text (denoland#11989)
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZwiers committed Sep 13, 2021
1 parent 9329048 commit 3ef23e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/flags.rs
Expand Up @@ -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:
Expand Down

0 comments on commit 3ef23e2

Please sign in to comment.