summaryrefslogtreecommitdiff
path: root/cli/args/flags.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/args/flags.rs')
-rw-r--r--cli/args/flags.rs14
1 files changed, 4 insertions, 10 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs
index e8e363d79..6affa9f08 100644
--- a/cli/args/flags.rs
+++ b/cli/args/flags.rs
@@ -1141,17 +1141,11 @@ Standard Library: https://jsr.io/@std
Modules: https://jsr.io/ https://deno.land/x/
Bugs: https://github.com/denoland/deno/issues
-To start the REPL:
- <g>deno</>
-
-To execute a script:
-
- <g>deno run https://examples.deno.land/hello-world.ts</>
-
-To evaluate code in the shell:
-
- <g>deno eval \"console.log(30933 + 404)\"</>
+Deno by Example: https://docs.deno.com/examples
+ Start the REPL: <g>deno</>
+ Execute a script: <g>deno run https://examples.deno.land/hello-world.ts</>
+ Evaluate code in the shell: <g>deno eval \"console.log(30933 + 404)\"</>
"
)
);