1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-15 02:20:15 -05:00

Change usage example script extension from .js to .ts

This commit is contained in:
Jeremy Banks 2018-08-20 00:09:27 -04:00 committed by Ryan Dahl
parent 790baae673
commit 27ef77e31b

View file

@ -23,7 +23,7 @@ pub struct DenoFlags {
pub fn print_usage() {
println!(
"Usage: deno script.js
"Usage: deno script.ts
--allow-write Allow file system write access.
--allow-net Allow network access.