diff options
author | zjopy <33468089+zjopy@users.noreply.github.com> | 2020-05-07 13:48:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 13:48:48 +0200 |
commit | 761b7efb3b8a140caad12803619a2e8a535cc178 (patch) | |
tree | c046d2fe25453713284e1670f10ceae05bac2673 /cli/js/lib.deno.ns.d.ts | |
parent | 34ec3b225425cecdccf754fbc87f4a8f3728890d (diff) |
fix(docs): add missing "deno run" (#5126)
Diffstat (limited to 'cli/js/lib.deno.ns.d.ts')
-rw-r--r-- | cli/js/lib.deno.ns.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/lib.deno.ns.d.ts b/cli/js/lib.deno.ns.d.ts index 83dc362ea..1eeb86307 100644 --- a/cli/js/lib.deno.ns.d.ts +++ b/cli/js/lib.deno.ns.d.ts @@ -1718,7 +1718,7 @@ declare namespace Deno { /** Returns the script arguments to the program. If for example we run a * program: * - * deno --allow-read https://deno.land/std/examples/cat.ts /etc/passwd + * deno run --allow-read https://deno.land/std/examples/cat.ts /etc/passwd * * Then `Deno.args` will contain: * |