From 3ef23e25c608de1d3e16c2f4c2d10814ccc862bf Mon Sep 17 00:00:00 2001 From: Geert-Jan Zwiers <34610306+GJZwiers@users.noreply.github.com> Date: Mon, 13 Sep 2021 13:50:04 +0200 Subject: [PATCH] fix(cli): use updated names in deno info help text (#11989) --- cli/flags.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cli/flags.rs b/cli/flags.rs index 8bfcbb3807..b35b7bad72 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: